Show the workspace's active session and resource usage
Show a point-in-time snapshot of the workspace's active remote dev sessions: session counts and vCPU/memory totals split by OS, workspace-wide and per user.
This reports sessions currently consuming resources; it is not a historical or billing-period report. Requires the workspace's billing-view permission (workspace owners and billing-managing custom roles).
bitrise-cli rde usage [flags]
bitrise-cli rde usage
bitrise-cli rde usage --output json | jq '.totals'
-h, --help help for usage
--no-color disable ANSI colors (NO_COLOR env is also honored)
-o, --output string output format: human|json (default "human")
-q, --quiet suppress non-error diagnostic messages
--theme string color theme: auto|dark|light|none (default "auto"; overrides terminal background detection)
--workspace string workspace ID (or set BITRISE_WORKSPACE_ID or default_workspace_id; auto-detected if you have exactly one workspace)
- bitrise-cli rde - Manage Bitrise Remote Dev Environments (sessions, templates, …)