Comment on page
Installation
Installation guide for the Release CLI
brew install releasehub-com/tap/release-cli
You may need to close and reopen your shell for completions to be available.
brew update && brew upgrade releasehub-com/tap/release-cli
We publish Docker images automatically with each release:
docker run public.ecr.aws/releasehub-com/release-cli
Download the latest binary for your platform:
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:
echo 'source <(release completion bash)' >> ~/.bashrc
echo 'source <(release completion zsh)' >> ~/.zshrc
echo 'source <(release completion fish)' >> ~/.config/fish/completions/release.fish
Last modified 11h ago