NAME
padadoy - Simply deploy PSGI applications
SYNOPSIS
padadoy [options] <command> [config=value]
Commands:
init initialize environment on deployment machine
start start the application
stopt stop the application
restart start or gracefully restart the application if running
config show configuration values
status show some status information
create create a boilerplate application
deplist list applications package dependencies
cartontest update dependencies (with carton) and run tests
Options:
-c|--config F specify some configuration file F. By default first
./padadoy.conf and then ~/padadoy.conf is used.
-q|--quiet suppress status messages
-h|--help show this help message and exit
-v|--version show version number of padadoy and exit
Configuration:
Configuration values are read from padadoy.conf. In addition you can
set config values as key=value pairs on the command line. See
command `config` for a list of config values.