In case anyone else is looking:
---
title: "CLI Installation"
order: 200
---
The `convox` command line tool makes building, configuring, scaling, and securing your apps easy.
Here are some of the highlights:
* `convox start` - A single command to start your development environment
* `convox deploy` - A single command to deploy your application to a Rack
* `convox rack update` - A single command to deliver API and infrastructure improvements to a Rack
You can install it via the command line:
## OS X
$ curl -L https://convox.com/cli/macos/convox -o /tmp/convox
$ sudo mv /tmp/convox /usr/local/bin/convox
$ sudo chmod 755 /usr/local/bin/convox
This file has been truncated. show original
I’d be nice if gen2 didn’t completely evaporate from the official convox documentation for a while, especially since gen3 doesn’t seem to be a just drop in replacement.
1 Like