sea-forge-0.11.2 is not a library.
sea-forge CLI
The SEA-Forge™ command-line interface for managing development environments and services.
Installation
For a first-time machine setup, start from the repository root:
# To install the base setup:
# Or, to optionally install an integration runtime (e.g., zeroclaw) alongside:
SEA_FORGE_RUNTIME=zeroclaw
Use sea-forge after the bootstrap has completed.
From Source (Recommended)
# In the SEA™ project root
From Cargo (after publishing)
Commands
| Command | Description |
|---|---|
sea-forge doctor |
Check system prerequisites and health |
sea-forge init |
Initialize/refresh project dependencies after bootstrap |
sea-forge up |
Start all services (LibreChat, Oxigraph, etc.) |
sea-forge down |
Stop all services |
sea-forge status |
Check service health |
sea-forge validate |
Run spec-guard validation |
sea-forge setup |
Interactive setup for LibreChat + Zed IDE after bootstrap |
sea-forge logs |
View service logs |
Examples
# Check system requirements
# Start development environment
# View LibreChat logs
# Validate specs before commit
Global Flags
| Flag | Description |
|---|---|
--verbose |
Enable verbose output |
--dry-run |
Show what would be done without making changes |
--help |
Show help |
--version |
Show version |