Documentation
See Documentation
CLI Installation
macOS
Download the binary
curl -sLO https://github.com/onepanelio/cli/releases/download/v0.5.0/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Linux
Download the binary
curl -sLO https://github.com/onepanelio/cli/releases/download/v0.5.0/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version