Skip to main content

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)
When shutdown is initiated, the server will:
  1. Stop accepting new connections
  2. Complete in-flight requests
  3. Log shutdown progress
  4. Exit cleanly

Development Commands (Coming Soon)

Environment Variables

Change Log