Command Line
Upgrade & shell setup
Keep orl current, and add shell completions and man pages.
Upgrade
orl upgrade # upgrade to the latest release
orl upgrade --check # report whether a newer version exists, change nothing
orl upgrade --version 0.2.0 # install a specific versionIf you installed with Homebrew, upgrade with Homebrew instead:
brew upgrade --cask orlorl checks for a newer release in the background and prints a one-line notice
when one is available. It never blocks a command, and --quiet silences it.
Shell completions
Generate a completion script for your shell:
orl completion bash > /etc/bash_completion.d/orl
orl completion zsh > "${fpath[1]}/_orl"
orl completion fish > ~/.config/fish/completions/orl.fishRun orl completion --help for the exact install path on your system.
Man pages
The Homebrew cask and the deb/rpm packages install man pages, so once orl is
installed you can read them the usual way:
man orlVersion
orl version