Downcity
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 Commands section and pick a command or group directly.
  • Both fixed commands and dynamically registered commands are listed there.

Primary command groups

Runtime model (short)

  • studio start: start Studio runtime only
  • studio start --console / studio start -a: start Studio runtime and Console together
  • studio console start: start Console only, after Studio runtime is already running
  • studio stop: stop Console, then stop Studio runtime and managed agents
  • studio restart: restart Studio runtime, restore managed agents, then restart Console
  • studio update: update the currently installed global downcity CLI bundle
  • studio public: manage persisted public exposure for Console, with interactive mode plus on/off/status
  • studio agent: open the interactive agent manager in a TTY
  • studio agent create: initialize project runtime files
  • studio agent list: inspect registered agents, or use --running for active ones only
  • studio agent start: start project agent daemon
  • studio agent stop: stop project agent daemon
  • studio agent chat: chat with an agent in interactive mode or send one-shot messages with --message
  • studio console: manage the Console module itself
  • studio plugin ...: inspect plugin catalog, manage plugin lifecycle, or use advanced plugin command forms
  • studio chat/task/memory/contact/shell ...: normal managed-plugin runtime commands
  • studio web/skill/asr/tts ...: normal local plugin commands
  • studio model: open the interactive global model manager in a TTY
  • studio 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