Reference

Command Line Interface #

All CLI commands support environment variables themselves. So you can use them in your CI/CD setups or configure runway via direnv. Use runway -h or runway <command> -h to learn more.

The following runway-commands are available:

login
app
logs & stats
config
domains
services
keys

global flags #

short versionlong versionenvironment variable description
-h--help n/aShow context-sensitive help.
-l --log-level="info"$RUNWAY_LOGLEVELSet the logging level (debug, info, warn,error)
-y --noninteractive$RUNWAY_NONINTERACTIVE Don’t ask for input on the console
-o --output="fancy"$RUNWAY_OUTPUT Set the output format (fancy, quiet, json)
-q --quiet n/a Alias for --output=quiet
You may also want to install the auto completion for your shell to make working with the cli easier.