github onepanelio/onepanel v0.5.0

latest releases: v1.0.2, v1.0.2-rc.1, v1.0.1...
4 years ago

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

Don't miss a new onepanel release

NewReleases is sending notifications on new releases.