Get, update, or validate the bitrise.yml stored on Bitrise
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]
bitrise-cli yml get --app APP_ID
bitrise-cli yml validate --file bitrise.yml
bitrise-cli yml update --app APP_ID --file bitrise.yml
--app string app ID (or set BITRISE_APP_ID)
-h, --help help for yml
--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)
- bitrise-cli - Bitrise platform CLI
- bitrise-cli yml get - Print the bitrise.yml stored on Bitrise
- bitrise-cli yml update - Upload a new bitrise.yml to Bitrise
- bitrise-cli yml validate - Validate a bitrise.yml file