flynn-cli is the command-line client for the controller. It provides access to many functions related to deploying and managing applications.
Pre-built binaries are available for Mac OS X, Linux, and BSD. Once installed, these binaries will automatically update themselves when new releases are available.
To install a pre-built binary release, run the following one-liner:
L=/usr/local/bin/flynn && curl -sL -A "`uname -sp`" https://cli.flynn.io/flynn.gz | zcat >$L && chmod +x $L
The basic usage is:
flynn [-a app] <command> [options] [arguments]
For a list of commands and usage instructions, run flynn help
.
flynn-cli is a fork of Heroku's hk.