Downcity
CommandsConsole

city console start

Start console in background mode

city console start

Start console in background mode.

Usage

city console start

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 start
city version: 1.0.0
✅ DC console started
   pid: <pid>
   log: <consoleLogPath>
✅ Console UI started
   pid: <uiPid>
   url: http://127.0.0.1:5315
   log: <uiLogPath>
$ city console start
city version: 1.0.0
ℹ️  DC console is already running
   pid: <pid>

Table of Contents