Installation
One-Line Install (Recommended)
curl -fsSL https://get.ops.autos | shOS
Architecture
Manual Download
# Example: macOS arm64
curl -L -o ops.tar.gz https://github.com/ops3000/ops-cli/releases/latest/download/ops-darwin-arm64.tar.gz
tar -xzf ops.tar.gz
sudo mv ops /usr/local/bin/
sudo chmod +x /usr/local/bin/opsBuild from Source
git clone https://github.com/ops3000/ops-cli.git
cd ops-cli
cargo build --release
sudo cp target/release/ops /usr/local/bin/Verify Installation
Update
Last updated
