Check agent daemon status
Check the status and connectivity of the agent daemon.
This command verifies:
- Daemon is running and reachable
- gRPC service is responding
- Engine availability (if accessible)
- Basic connectivity information
The daemon must be started with 'mutiro agent daemon' for this to work.
Examples:
Check daemon status
mutiro agent status mutiro agent daemon status
Check with verbose output
mutiro agent status --verbose
mutiro agent status [flags]
Check daemon status
Check with verbose output
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for status |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |