Reference
CLI Commands
Command-line reference entry for Downcity
CLI Commands
CLI docs are organized by command pages and command groups.
Command docs directory
- Open the
Commandssection and pick a command or group directly. - Both fixed commands and dynamically registered commands are listed there.
Primary command groups
- Fixed root commands:
- Fixed module commands:
- Dynamic action commands:
Runtime model (short)
city start: start city runtime onlycity start --console/city start -a: start city runtime and Console togethercity console start: start Console only, after city runtime is already runningcity stop: stop Console, then stop city runtime and managed agentscity restart: restart city runtime, restore managed agents, then restart Consolecity update: update the currently installed global Downcity CLI packagecity agent: open the interactive agent manager in a TTYcity agent create: initialize project runtime filescity agent list: inspect registered agents, or use--runningfor active ones onlycity agent start: start project agent daemoncity agent stop: stop project agent daemoncity agent chat: chat with an agent in interactive mode or send one-shot messages with--messagecity console: manage the Console module itselfcity service ...: inspect the static service catalog, or use advanced targeted service controlcity plugin ...: inspect the static plugin catalog, or use advanced local plugin action executioncity chat/task/memory ...: normal agent-facing service runtime commandscity web/skill/asr/tts ...: normal agent-facing plugin commandscity web ...: operate the built-in web plugincity asr ...: operate the built-in ASR plugincity tts ...: operate the built-in TTS plugincity model: open the interactive global model manager in a TTYcity model ...: manage model config for runtime and automation
Always up to date
Use local help for latest flags:
city --help
city <command> --help