Install the Ops CLI
The Ops CLI gives you access to Opsd automation from your terminal.
macOS and Linux
Run the installer:
curl --proto '=https' --tlsv1.2 -LsSf https://downloads.opsd.sh/ops/install.sh | sh
The installer places ops in ~/.local/bin. If that directory is not already on your PATH, the installer explains how to add it.
Verify the installation
Open a new terminal and run:
ops --version
If your shell cannot find ops, confirm that ~/.local/bin is on your PATH, then open a new terminal and try again.