Installation
Installation guide for the Release CLI
Homebrew
On macOS or Linux, you can install the CLI through our custom Homebrew tap:
brew install releasehub-com/tap/release-cli
You may need to close and reopen your shell for completions to be available.
Updating via Homebrew
brew update && brew upgrade releasehub-com/tap/release-cli
Docker
We publish Docker images automatically with each release:
docker run public.ecr.aws/releasehub-com/release-cli
Manual
Download the latest binary for your platform:
Shell Completions
The Release CLI supports shell completions for bash
, zsh
, and fish
. If you install through Homebrew it should install completions automatically.
To install shell completions manually:
Bash
echo 'source <(release completion bash)' >> ~/.bashrc
Zsh
echo 'source <(release completion zsh)' >> ~/.zshrc
Fish
echo 'source <(release completion fish)' >> ~/.config/fish/completions/release.fish
Last updated
Was this helpful?