Commands
studio status
Show Studio runtime, Console, and managed agent status
studio status
Show Studio runtime, Console, and managed active agents.
Usage
studio statusRelated commands
Example Output (Based on Current Implementation)
The examples below are aligned with current command implementations in cli/studio/src (including default output mode and field structure). Placeholder values are used for environment-specific fields.
$ studio status
studio v1.0.0
┌─────────────────────────────────────────────────────────┐
│ OK studio status │
│ state : running │
│ pid : <pid> │
│ pid_file : <studioPidPath> │
│ log : <studioLogPath> │
│ registry : <consoleRegistryPath> │
└─────────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────┐
│ OK console status │
│ state : running │
│ pid : <consolePid> │
│ url : http://127.0.0.1:5315 │
│ pid_file : <consolePidPath> │
│ log : <consoleLogPath> │
└────────────────────────────────────────────────────┘