2.37.0
Changelog
- 45fc4f5494f85565cc7e042fdaa5c33f4c89f8aa Be-1928-refactor-latest-subcommand (#1194)
- be8471fe3060e2fd7e37261ab5dc981979ca7516 Consistent syntax for installed and latest subcommands (#1198)
- a9bd9b94d81a3694ebcebc70fffe6657bfd376c3 Make fast install available in stable envs too (#1202)
- 827a7c1896ba6499245b9d947a5a1668f9f461e7 Various cleanups (#1201)
- f8c0527cab2055b11bfb1c3b1fd9b2dfca0381c2 Version 2.37.0 (#1203)
- 66c3470b254b84e7b341f7c83cd317d87391b5f6 Workflow run plan improvements (#1189)
- accd1e6461f09f4143019f220fc1b50ca94bcea0 use tool-versions (#1182)
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 .