Skip to content
OpenRelay is in early access, and the /v1 API is stable. New capabilities ship in the changelog.
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 version

If you installed with Homebrew, upgrade with Homebrew instead:

brew upgrade --cask orl

orl 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.fish

Run 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 orl

Version

orl version

On this page