Downcity
CommandsConsole

city console status

Show console, console UI, and managed agent status

city console status

Show console process status, console UI status, and managed active agents.

Usage

city console status

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 status
city version: 1.0.0
┌─────────────────────────────────────────────────────────┐
│ OK city console status                                   │
│   state    : running                                    │
│   pid      : <pid>                                      │
│   pid_file : <consolePidPath>                           │
│   log      : <consoleLogPath>                           │
│   registry : <consoleRegistryPath>                      │
└─────────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐
│ OK city console ui status                           │
│   state    : running                               │
│   pid      : <uiPid>                               │
│   url      : http://127.0.0.1:5315                 │
│   pid_file : <uiPidPath>                            │
│   log      : <uiLogPath>                            │
└────────────────────────────────────────────────────┘

Table of Contents