diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -31,13 +31,17 @@ To start logging you can define ```"logfilepath": "/home/hermes/gitautodeploy.lo ## Command line options -Command line option | Environment variable | Description --------------------- | -------------------- | --------------------------------------------- ---daemon-mode (-d) | GAD_DAEMON_MODE | |Run in background (daemon mode) ---quiet (-q) | GAD_QUIET | Supress console output ---ssh-keygen | GAD_SSH_KEYGEN | Scan repository hosts for ssh keys ---force | GAD_FORCE | Attempt to kill any process that is occupying the configured port ---config (-c) <path> | GAD_CONFIG | Custom configuration file path +Command line option | Environment variable | Config attribute | Description +---------------------- | -------------------- | ---------------- | -------------------------- +--daemon-mode (-d) | GAD_DAEMON_MODE | | Run in background (daemon mode) +--quiet (-q) | GAD_QUIET | | Supress console output +--ssh-keygen | GAD_SSH_KEYGEN | | Scan repository hosts for ssh keys +--force | GAD_FORCE | | Kill any process using the configured port +--config (-c) <path> | GAD_CONFIG | | Custom configuration file +--pid-file (-p) <path> | GAD_PID_FILE | pidfilepath | Specify a custom pid file +--log-file (-l) <path> | GAD_LOG_FILE | logfilepath | Specify a log file +--host (-h) <host> | GAD_HOST | host | Address to bind to +--port (-p) <port> | GAD_PORT | port | Port to bind to ## Start automatically on boot |