Command Line Interface
Linux
Linux x86_64 / amd64
$ curl -L https://github.com/convox/convox/releases/latest/download/convox-linux -o /tmp/convox
$ sudo mv /tmp/convox /usr/local/bin/convox
$ sudo chmod 755 /usr/local/bin/convox
Linux arm64
$ curl -L https://github.com/convox/convox/releases/latest/download/convox-linux-arm64 -o /tmp/convox
$ sudo mv /tmp/convox /usr/local/bin/convox
$ sudo chmod 755 /usr/local/bin/convox
macOS
macOS x86_64 / amd64
$ curl -L https://github.com/convox/convox/releases/latest/download/convox-macos -o /tmp/convox
$ sudo mv /tmp/convox /usr/local/bin/convox
$ sudo chmod 755 /usr/local/bin/convox
macOS arm64
$ curl -L https://github.com/convox/convox/releases/latest/download/convox-macos-arm64 -o /tmp/convox
$ sudo mv /tmp/convox /usr/local/bin/convox
$ sudo chmod 755 /usr/local/bin/convox
Verify the Install
After moving the binary into place, confirm the CLI is installed and on your PATH:
$ convox version
A successful install prints the client version. If you see a "command not found" error, make sure /usr/local/bin is on your PATH and that the binary is executable.
See Also
- Development Rack for setting up a local development environment
- Production Rack for deploying to cloud providers