Skip to content

2.41.0

Latest

Choose a tag to compare

@bitrise-devs-bot bitrise-devs-bot released this 02 Jul 08:19
Immutable release. Only release title and notes can be modified.
9a2adce

Changelog

Install instructions

Packaging status

There are multiple way to install Bitrise CLI:

  • Homebrew: brew install bitrise
  • Nix: available as bitrise in nixpkgs, run nix-shell -p bitrise or 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 .