Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.27 KB

File metadata and controls

44 lines (30 loc) · 1.27 KB

bitrise-cli rde usage

Show the workspace's active session and resource usage

Synopsis

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]

Examples

  bitrise-cli rde usage
  bitrise-cli rde usage --output json | jq '.totals'

Options

  -h, --help   help for usage

Options inherited from parent commands

      --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)

SEE ALSO

  • bitrise-cli rde - Manage Bitrise Remote Dev Environments (sessions, templates, …)