Downcity
CommandsConsole

city console stop

Stop console (and managed child agent runtimes)

city console stop

Stop console (and managed child agent runtimes).

Usage

city console stop

Example Output (Based on Current Implementation)

The examples below are aligned with current command implementations in package/src (including default output mode and field structure). Placeholder values are used for environment-specific fields.

$ city console stop
city version: 1.0.0
✅ Console UI stopped
   pid: <uiPid>
   pidFile: <uiPidPath>
   log: <uiLogPath>
✅ DC console stopped
   pid: <pid>
   pidFile: <consolePidPath>
   log: <consoleLogPath>
$ city console stop
city version: 1.0.0
ℹ️  DC console is not running
   pidFile: <consolePidPath>
   log: <consoleLogPath>

Table of Contents