CLI Reference
The Maritime CLI lets you deploy and manage agents from your terminal.
Installation
npm install -g @maritime/cliCommands
maritime login
Authenticate with your Maritime account via GitHub OAuth.
maritime loginmaritime deploy
Deploy the agent defined in your maritime.toml.
maritime deploy [options]
Options:
--config <path> Path to maritime.toml (default: ./maritime.toml)
--force Force redeploy even if no changes
--no-wait Don't wait for deployment to completemaritime logs
Stream logs from a running agent.
maritime logs <agent-name> [options]
Options:
--follow, -f Follow log output
--lines, -n <num> Number of lines to show (default: 100)
--level <level> Filter by level (info, warn, error, debug)maritime env
Manage environment variables.
maritime env set <agent-name> KEY=value
maritime env list <agent-name>
maritime env remove <agent-name> KEYmaritime status
Check the status of your agents.
maritime status [agent-name]
# Output:
# NAME STATUS TIER INVOCATIONS
# support-bot active smart 847
# data-pipeline sleeping extended 3,421
# code-reviewer sleeping extended 1,205