This is the authoritative edgeplane CLI command hierarchy. For full descriptions of each command, see edgeplane & edgeplaned CLI.
| Command | Description |
|---|
edgeplane status [--verify-lease] | Combined auth/runtime/workspace status |
edgeplane doctor | Shortcut to edgeplane system doctor |
edgeplane health | Backend MCP health probe |
edgeplane version | Local CLI version + backend reachability |
edgeplane config | Effective local runtime config (redacted) |
edgeplane use --profile <name> | Activate/apply profile |
edgeplane use --mission-id <id> [--lease-seconds N] | Acquire workspace lease |
edgeplane use --release | Release current lease |
edgeplane release [--reason <text>] | Top-level lease release shortcut |
edgeplane logs | Local log tail |
edgeplane completion <shell> | Shell completion generator |
| Command | Description |
|---|
edgeplane run claude [-p <profile>] [--mission <id>] [--mode ...] | Launch Claude Code |
edgeplane run codex [-p <profile>] [--mission <id>] [--mode ...] | Launch Codex CLI |
edgeplane run gemini [-p <profile>] [-- args] | Launch Gemini CLI |
edgeplane run claude doctor [-p <profile>] [--fix] [--json] | Inspect/repair Claude runtime |
edgeplane run claude exec [-p <profile>] -- [args] | Raw Claude passthrough |
edgeplane run codex doctor [-p <profile>] [--fix] [--json] | Inspect/repair Codex runtime |
edgeplane run codex status [-p <profile>] [--json] | Read-only Codex status |
edgeplane run codex exec [-p <profile>] -- [args] | Raw Codex passthrough |
edgeplane run claude hook --event <type> | Internal Claude lifecycle hook |
| Command | Description |
|---|
edgeplane auth login [--ttl-hours N] [--print-token] | Exchange credentials for session token |
edgeplane auth whoami | Verify identity and session expiry |
edgeplane auth logout [--local-only] | Revoke session |
| Command | Description |
|---|
edgeplane agent signal <id> --content "..." | Send prompt to agent |
edgeplane agent cancel <id> | Interrupt agent |
edgeplane agent list [--source local|remote|all] [--json] | List agents |
edgeplane agent describe <id> [--json] | Show agent details |
edgeplane agent attach <id> [--web] [--remote] | Attach to agent session |
edgeplane agent evolve ... | Self-improvement loop |
edgeplane agent node register | Register node |
edgeplane agent node run | Start resident node-agent daemon |
edgeplane agent node doctor | Validate node-agent connectivity |
| Command | Description |
|---|
edgeplane agent cron list [--json] | List jobs + last-fire status |
edgeplane agent cron describe <name> [--limit N] | One job + recent fires |
edgeplane agent cron reload | Re-parse cron.toml |
edgeplane agent cron history [--name <n>] [-n N] | Recent fires |
edgeplane agent cron gc-now [--history-days N] | Force retention sweep |
| Command | Description |
|---|
edgeplane agent supervise list [--json] | Supervised agents + unit state |
edgeplane agent supervise status <id> [--limit N] | One agent + restart history |
edgeplane agent supervise restart <id> | Manual restart |
edgeplane agent supervise pause [<id>] [--all] | Disable auto-restart |
edgeplane agent supervise resume [<id>] [--all] | Re-enable auto-restart |
edgeplane agent supervise history [--agent-id <id>] [-n N] | Restart events |
edgeplane agent supervise events [--json] | Stream live supervisor events |
edgeplane agent supervise watch [--poll-secs N] | Ratatui TUI |
| Command | Description |
|---|
edgeplane admin policy active | Show active policy |
edgeplane admin policy versions | List policy versions |
edgeplane admin policy events | Show policy events |
edgeplane admin governance ... | Governance operations |
| Command | Description |
|---|
edgeplane data tools list | List available MCP tools |
edgeplane data tools call --tool <name> --payload '<json>' | Call a tool directly |
edgeplane data sync status ... | Skill sync status |
edgeplane data sync promote ... | Promote a skill version |
edgeplane data explorer tree | Entity tree view |
edgeplane data explorer node ... | Node details |
| Command | Description |
|---|
edgeplane system doctor [--fix] | Diagnose and repair runtime issues |
edgeplane system backup --target postgres|s3|all | Trigger backup |
edgeplane system profile-gc ... | Profile garbage collection |
edgeplane system update ... | Update binaries |
edgeplane system compat ... | Compatibility checks |
edgeplane system drift ... | Drift detection |
| Command | Description |
|---|
edgeplane profile create <name> | Create profile shell |
edgeplane profile list | List owned profiles |
edgeplane profile show <name> | Show profile metadata |
edgeplane profile activate <name> | Set active profile (atomic symlink swap) |
edgeplane profile use <name> | Activate + download (compat alias) |
edgeplane profile download <name> [--out <path>] | Download bundle |
edgeplane profile pull <name> | Pull into local cache |
edgeplane profile publish <name> | Push local profile to backend |
edgeplane profile pin <name> <sha256> | Pin to content hash |
edgeplane profile status <name> | Local sync status vs backend |
edgeplane profile delete <name> | Remove from backend |
The following commands were removed. Use the replacements shown:
| Removed | Replacement |
|---|
edgeplane signal <id> | edgeplane agent signal <id> --remote |
edgeplane agent remote <verb> | edgeplane agent <verb> --remote |