Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.11 KB

File metadata and controls

52 lines (38 loc) · 2.11 KB

bitrise-cli rde

Manage Bitrise Remote Dev Environments (sessions, templates, …)

Synopsis

Manage Bitrise Remote Dev Environments — sessions, templates, saved inputs, and the machine catalog (stacks, machine types).

Workspace resolution (highest to lowest precedence): --workspace ID flag on the rde command BITRISE_WORKSPACE_ID environment variable default_workspace_id saved with 'bitrise-cli config set' auto-detect when none of the above is set and you have exactly one workspace

Saved inputs are user-scoped — they do not require --workspace.

Examples

  bitrise-cli rde session list --workspace WORKSPACE_ID
  bitrise-cli rde session list --output json
  bitrise-cli rde template list

Options

  -h, --help               help for rde
      --workspace string   workspace ID (or set BITRISE_WORKSPACE_ID or default_workspace_id; auto-detected if you have exactly one workspace)

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)

SEE ALSO