Download the latest binary from:
All release binaries are cryptographically signed using Sigstore.
- For verification details, see signature-verification.md
octl completion bash > octl-completion.bash
sudo cp octl-completion.bash /etc/bash_completion.d/
source ~/.bashrcoctl completion zsh > _octl
sudo mkdir -p /usr/local/share/zsh/site-functions
sudo cp _octl /usr/local/share/zsh/site-functions/
source ~/.zshrcoctl completion fish > octl.fish
sudo cp octl.fish /usr/share/fish/completions/
source ~/.config/fish/config.fishoctl updateThis requires write access to the binary. If
octl updatedoes not work, download the binary from the latest release.