CLI
The SeaSnoke CLI is your primary interface for managing agents, tasks, and runs from the terminal.
Installation
Install the CLI with the script for your platform.
curl -fsSL https://install.seasnoke.dev | bashOn Windows PowerShell:
irm https://install.seasnoke.dev/windows | iexWith Homebrew:
brew tap seasnoke/tap
brew install seasnokeGlobal Commands
seasnoke authmanages authentication.seasnoke taskcreates and manages tasks.seasnoke runsmonitors agent runs.seasnoke workspacemanages workspaces.
Task Commands
| Command | Description |
|---|---|
seasnoke task submit <file> | Submit a new task from a markdown file. |
seasnoke task list | List all tasks in the workspace. |
seasnoke task get <id> | Get details of a specific task. |
seasnoke task cancel <id> | Cancel a running task. |
Run Commands
| Command | Description |
|---|---|
seasnoke runs list | List all agent runs. |
seasnoke runs get <id> | Get run details and status. |
seasnoke runs logs <id> | Stream logs from a run. |
seasnoke runs diff <id> | View the diff output of a run. |
Workspace Commands
| Command | Description |
|---|---|
seasnoke workspace info | Show current workspace details. |
seasnoke workspace switch <id> | Switch to a different workspace. |