Soul CLI Commands
The Soul Kernel binary (soul-kernel) provides several commands for development and deployment.
Core Commands
gRPC Server Command
Start the gRPC server to enable remote procedure calls from shells.Options
Examples
Graceful Shutdown
The server supports graceful shutdown via:Ctrl+C(SIGINT)kill -TERM <pid>(SIGTERM)
- Stop accepting new connections
- Complete in-flight requests
- Log shutdown progress
- Exit cleanly