Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 834 Bytes

File metadata and controls

33 lines (21 loc) · 834 Bytes

bitrise-cli config get

Print the value of a single config key (raw, unmasked)

Synopsis

Print the raw value of one config key.

Valid keys: output, app_id, default_workspace_id, api_base_url, rde_api_base_url, web_base_url, theme

bitrise-cli config get KEY [flags]

Options

  -h, --help   help for get

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