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)
studio start: start Studio runtime onlystudio start --console/studio start -a: start Studio runtime and Console togetherstudio console start: start Console only, after Studio runtime is already runningstudio stop: stop Console, then stop Studio runtime and managed agentsstudio restart: restart Studio runtime, restore managed agents, then restart Consolestudio update: update the currently installed globaldowncityCLI bundlestudio public: manage persisted public exposure for Console, with interactive mode pluson/off/statusstudio agent: open the interactive agent manager in a TTYstudio agent create: initialize project runtime filesstudio agent list: inspect registered agents, or use--runningfor active ones onlystudio agent start: start project agent daemonstudio agent stop: stop project agent daemonstudio agent chat: chat with an agent in interactive mode or send one-shot messages with--messagestudio console: manage the Console module itselfstudio plugin ...: inspect plugin catalog, manage plugin lifecycle, or use advanced plugin command formsstudio chat/task/memory/contact/shell ...: normal managed-plugin runtime commandsstudio web/skill/asr/tts ...: normal local plugin commandsstudio model: open the interactive global model manager in a TTYstudio model ...: manage model config for runtime and automation
Always up to date
Use local help for latest flags:
city --help
city <command> --help
studio --help
studio <command> --help