Skip to Content
CLIAll commands

All commands

Every command carries its own help — cmdop <command> --help is the exact interface your installed binary accepts.

Bring a machine online

CommandUse it for
cmdop onboardGuided first run: pick a relay, join, start a conversation.
cmdop join <join-key>Join this machine to a relay.
cmdop start, stop, status, restartControl this machine’s agent.
cmdop statusInspect process and connection health.
cmdop autostart on|off|statusControl whether the agent starts on boot. Separate from start/stop.
cmdop serviceInstall and manage the agent as an operating-system service.
cmdop logsRead or follow local agent logs.
cmdop careScan machine health, read findings, inventory Cmdop storage.
cmdop setupCopy the binary into your user PATH.
cmdop logoutRevoke this device’s token. --all for every configured relay.

Relays and remote machines

CommandUse it for
cmdop serverRun the relay and web console hosted by this machine.
cmdop openOpen this machine’s web console.
cmdop remotesList, add, select, inspect, or remove relay entries.
cmdop machinesInventory 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|statusArm, rotate, or clear this machine’s connection PIN — who may attach to it.
cmdop connect pin set|clear|listManage connection PINs you have saved for other machines.
cmdop connect passwordManage saved per-machine agent-attach passwords.
cmdop password set|clear|statusSet the agent password that gates SDK attach.
cmdop tunnel <port>Expose a running local port on a public URL.
cmdop auth statusInspect authentication state.

Work with an agent

CommandUse it for
cmdop chatStart interactive chat or send one prompt.
cmdop fleet [machine]Chat with another machine’s agent.
cmdop skillAuthor, inspect, and manage Skills.
cmdop run <skill>Run an installed Skill.
cmdop mcpRegister fleet tools with a local assistant or manage external MCP servers.
cmdop modelsShow the default model.
cmdop instructionsShow the canonical agent instructions.
cmdop permissionsAllow, ask, and deny rules for remote-agent tool calls.

Automate and publish

CommandUse it for
cmdop osControl windows, keyboard, mouse, clipboard, and notifications.
cmdop triggerRun an agent prompt on an interval or a cron schedule.
cmdop issueCreate, list, update, and close issues.
cmdop sessionCreate and manage terminal sessions on this machine.
cmdop publish <path>Put a finished static output on a durable public URL.
cmdop publicationInspect, roll back, or unpublish a public site.

Maintain the installation

CommandUse it for
cmdop updateCheck for and install CLI updates.
cmdop versionPrint version information.
cmdop doctorDiagnose the local installation and environment.
cmdop configInspect or change supported configuration.
cmdop completionGenerate shell completion for bash, zsh, fish, or PowerShell.
cmdop env [filter]List the CMDOP_* environment variables the binary recognises.
cmdop cat, cmdop highlightPrint files with syntax highlighting.
cmdop reveal <path>Open a folder in the operating system’s file manager.
cmdop monitorReal-time monitoring dashboard.
cmdop modeShow or switch deployment mode.

Hidden and deprecated compatibility commands are intentionally not part of this map.

Last updated on