Skip to content

Command Map

This is the authoritative edgeplane CLI command hierarchy. For full descriptions of each command, see edgeplane & edgeplaned CLI.

edgeplane status
edgeplane doctor
edgeplane health
edgeplane version
edgeplane config
edgeplane use
edgeplane release
edgeplane logs
edgeplane completion
edgeplane auth
edgeplane admin
edgeplane data
edgeplane system
edgeplane agent
edgeplane approvals
edgeplane workspace
edgeplane ops
edgeplane daemon
edgeplane launch
edgeplane run
edgeplane init
edgeplane serve
edgeplane profile
edgeplane tui
CommandDescription
edgeplane status [--verify-lease]Combined auth/runtime/workspace status
edgeplane doctorShortcut to edgeplane system doctor
edgeplane healthBackend MCP health probe
edgeplane versionLocal CLI version + backend reachability
edgeplane configEffective local runtime config (redacted)
edgeplane use --profile <name>Activate/apply profile
edgeplane use --mission-id <id> [--lease-seconds N]Acquire workspace lease
edgeplane use --releaseRelease current lease
edgeplane release [--reason <text>]Top-level lease release shortcut
edgeplane logsLocal log tail
edgeplane completion <shell>Shell completion generator
CommandDescription
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
CommandDescription
edgeplane auth login [--ttl-hours N] [--print-token]Exchange credentials for session token
edgeplane auth whoamiVerify identity and session expiry
edgeplane auth logout [--local-only]Revoke session
CommandDescription
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 registerRegister node
edgeplane agent node runStart resident node-agent daemon
edgeplane agent node doctorValidate node-agent connectivity
CommandDescription
edgeplane agent cron list [--json]List jobs + last-fire status
edgeplane agent cron describe <name> [--limit N]One job + recent fires
edgeplane agent cron reloadRe-parse cron.toml
edgeplane agent cron history [--name <n>] [-n N]Recent fires
edgeplane agent cron gc-now [--history-days N]Force retention sweep
CommandDescription
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
CommandDescription
edgeplane admin policy activeShow active policy
edgeplane admin policy versionsList policy versions
edgeplane admin policy eventsShow policy events
edgeplane admin governance ...Governance operations
CommandDescription
edgeplane data tools listList 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 treeEntity tree view
edgeplane data explorer node ...Node details
CommandDescription
edgeplane system doctor [--fix]Diagnose and repair runtime issues
edgeplane system backup --target postgres|s3|allTrigger backup
edgeplane system profile-gc ...Profile garbage collection
edgeplane system update ...Update binaries
edgeplane system compat ...Compatibility checks
edgeplane system drift ...Drift detection
CommandDescription
edgeplane profile create <name>Create profile shell
edgeplane profile listList 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:

RemovedReplacement
edgeplane signal <id>edgeplane agent signal <id> --remote
edgeplane agent remote <verb>edgeplane agent <verb> --remote