Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.42 KB

File metadata and controls

49 lines (34 loc) · 1.42 KB

bitrise-cli yml

Get, update, or validate the bitrise.yml stored on Bitrise

Synopsis

Manage the bitrise.yml configuration stored on Bitrise.

Running 'bitrise-cli yml' without a subcommand defaults to 'yml get'.

Subcommands operate on the YAML stored server-side. If your project stores bitrise.yml in the repository (version-controlled mode), get and update commands still work, but uploaded changes will not affect builds.

bitrise-cli yml [flags]

Examples

  bitrise-cli yml get --app APP_ID
  bitrise-cli yml validate --file bitrise.yml
  bitrise-cli yml update --app APP_ID --file bitrise.yml

Options

      --app string   app ID (or set BITRISE_APP_ID)
  -h, --help         help for yml

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