Skip to content

v0.5.0

Compare
Choose a tag to compare
@rushtehrani rushtehrani released this 20 Mar 18:41
· 1969 commits to master since this release
63b8446

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