2.36.3
Changelog
- 71171182bfe181ba833f64208a9e19345b8e806f Tools 'info' subcommand listing active tool versions (#1175)
- fb5dd51ed2f76199ae6d5f4c29c5dc9109b5b2b2 Use the workflow env store for tool install (#1188)
- e9470ef0ec167e715ce2bdfa3a02b098b58cdd62 bump version number to 2.36.6 (#1191)
Install instructions
There are multiple way to install Bitrise CLI:
- Homebrew:
brew install bitrise - Nix: available as
bitrisein nixpkgs, runnix-shell -p bitriseor your preferred configuration method. - Download a pre-built binary below
- There might be other community-maintained packages
You can enable shell completion for the bitrise run command: https://blog.bitrise.io/workflow-id-completion
Building from source
Set up the right Go version indicated by the go.mod file, then run go install .