diff --git a/dokku.1 b/dokku.1 index 35bfcfcef..18fdc185d 100644 --- a/dokku.1 +++ b/dokku.1 @@ -1,4 +1,4 @@ -.TH DOKKU 1 2014-11-22 +.TH DOKKU 1 2015-1-15 .\"Make sure to change that date when you commit a change! .\" .SH NAME @@ -42,12 +42,27 @@ Set one or more config vars for an app. .BI config:unset " KEY1" \fR\ (KEY2\ \.\.\.) Remove one or more config vars from an app. .TP +.BI domains " " +List custom domains for an app. +.TP +.BI domains:add " DOMAIN" +Add a custom domain to an app. +.TP +.BI domains:remove " DOMAIN" +Remove a custom domain from an app. +.TP +.BI domains:clear " " +Clear all custom domains for an app. +.TP .B help Print the list of commands. .TP .B logs \ \fI \fR[\fI-t\fR] Show the last logs for an application (-t follows) .TP +.BI nginx:build-config " " +(Re)builds nginx config for an app. +.TP .BI nginx:import-ssl " " Imports a tarball from stdin which should contain server\.crt and server\.key @@ -65,7 +80,10 @@ Print active plugins. Run a command in the environment of an app. .TP .BI url " " -Show the url for an app. +Show the first URL for an application (compatibility). +.TP +.BI urls " " +Show all URLs for an application. .TP .B version Print dokku's version. @@ -74,4 +92,5 @@ Print dokku's version. This man page does not include commands added by non-default plugins. To see the full list of commands available to your current dokku -installation, run \fBdokku help\fR. +installation, run \fBdokku help\fR. Man page +last updated for dokku 0.3.13.