CLI Reference

c8volt get

Inspect cluster, process, incident, tenant, and resource state

Synopsis

Inspect cluster, process, job, incident, tenant, and resource state without changing it.

Check cluster health, list deployed process definitions, inspect process instances, inspect jobs and incidents by key, list visible tenants, or fetch a known resource.

c8volt get [flags]

Examples

  ./c8volt get cluster topology
  ./c8volt get pd --latest
  ./c8volt get pi --state active --limit 5
  ./c8volt get job --key <job-key>
  ./c8volt get incident --key <incident-key>
  ./c8volt get incident --state active --error-type io_mapping_error --pi-keys-only
  ./c8volt get tenant
  ./c8volt get resource --id <resource-id>

Options

  -h, --help   help for get

Options inherited from parent commands

  -y, --auto-confirm       auto-confirm prompts for non-interactive use
      --automation         enable non-interactive mode for commands that explicitly support it
      --config string      path to config file
      --debug              enable debug logging
  -j, --json               output as JSON (where applicable)
      --keys-only          output keys only (where applicable)
      --log-level string   log level (debug, info, warn, error) (default "info")
      --no-indicator       disable transient terminal activity indicators
      --profile string     config active profile name to use (e.g. dev, prod)
  -q, --quiet              suppress output except errors
      --tenant string      tenant ID for discovery/search, selection, create, deploy, and run flows; explicit keys/IDs remain backend-authorized
      --timeout duration   HTTP request timeout (default 30s)
  -v, --verbose            show additional output

SEE ALSO