All commands
Every command carries its own help — cmdop <command> --help is the exact
interface your installed binary accepts.
Bring a machine online
| Command | Use it for |
|---|---|
cmdop onboard | Guided first run: pick a relay, join, start a conversation. |
cmdop join <join-key> | Join this machine to a relay. |
cmdop start, stop, status, restart | Control this machine’s agent. |
cmdop status | Inspect process and connection health. |
cmdop autostart on|off|status | Control whether the agent starts on boot. Separate from start/stop. |
cmdop service | Install and manage the agent as an operating-system service. |
cmdop logs | Read or follow local agent logs. |
cmdop care | Scan machine health, read findings, inventory Cmdop storage. |
cmdop setup | Copy the binary into your user PATH. |
cmdop logout | Revoke this device’s token. --all for every configured relay. |
Relays and remote machines
| Command | Use it for |
|---|---|
cmdop server | Run the relay and web console hosted by this machine. |
cmdop open | Open this machine’s web console. |
cmdop remotes | List, add, select, inspect, or remove relay entries. |
cmdop machines | Inventory every machine across every fleet you belong to. |
cmdop connect <machine> | Attach a terminal to another machine. |
cmdop connect exec <machine> -- <command> | Run one command through this host’s embedded relay; not a general cross-host path. |
cmdop pin set|clear|status | Arm, rotate, or clear this machine’s connection PIN — who may attach to it. |
cmdop connect pin set|clear|list | Manage connection PINs you have saved for other machines. |
cmdop connect password | Manage saved per-machine agent-attach passwords. |
cmdop password set|clear|status | Set the agent password that gates SDK attach. |
cmdop tunnel <port> | Expose a running local port on a public URL. |
cmdop auth status | Inspect authentication state. |
Work with an agent
| Command | Use it for |
|---|---|
cmdop chat | Start interactive chat or send one prompt. |
cmdop fleet [machine] | Chat with another machine’s agent. |
cmdop skill | Author, inspect, and manage Skills. |
cmdop run <skill> | Run an installed Skill. |
cmdop mcp | Register fleet tools with a local assistant or manage external MCP servers. |
cmdop models | Show the default model. |
cmdop instructions | Show the canonical agent instructions. |
cmdop permissions | Allow, ask, and deny rules for remote-agent tool calls. |
Automate and publish
| Command | Use it for |
|---|---|
cmdop os | Control windows, keyboard, mouse, clipboard, and notifications. |
cmdop trigger | Run an agent prompt on an interval or a cron schedule. |
cmdop issue | Create, list, update, and close issues. |
cmdop session | Create and manage terminal sessions on this machine. |
cmdop publish <path> | Put a finished static output on a durable public URL. |
cmdop publication | Inspect, roll back, or unpublish a public site. |
Maintain the installation
| Command | Use it for |
|---|---|
cmdop update | Check for and install CLI updates. |
cmdop version | Print version information. |
cmdop doctor | Diagnose the local installation and environment. |
cmdop config | Inspect or change supported configuration. |
cmdop completion | Generate shell completion for bash, zsh, fish, or PowerShell. |
cmdop env [filter] | List the CMDOP_* environment variables the binary recognises. |
cmdop cat, cmdop highlight | Print files with syntax highlighting. |
cmdop reveal <path> | Open a folder in the operating system’s file manager. |
cmdop monitor | Real-time monitoring dashboard. |
cmdop mode | Show or switch deployment mode. |
Hidden and deprecated compatibility commands are intentionally not part of this map.
Last updated on