Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 951 Bytes

File metadata and controls

44 lines (31 loc) · 951 Bytes

Installation

Download the latest binary from:

Signature Verification

All release binaries are cryptographically signed using Sigstore.

Shell completion

Bash

octl completion bash > octl-completion.bash
sudo cp octl-completion.bash /etc/bash_completion.d/
source ~/.bashrc

Zsh

octl completion zsh > _octl
sudo mkdir -p /usr/local/share/zsh/site-functions
sudo cp _octl /usr/local/share/zsh/site-functions/
source ~/.zshrc

Fish

octl completion fish > octl.fish
sudo cp octl.fish /usr/share/fish/completions/
source ~/.config/fish/config.fish

Self-updating

octl update

This requires write access to the binary. If octl update does not work, download the binary from the latest release.