diff --git a/dokku.1 b/dokku.1 index efce792f2..87a41819b 100644 --- a/dokku.1 +++ b/dokku.1 @@ -1,4 +1,4 @@ -.TH DOKKU 1 2014-05-10 +.TH DOKKU 1 2014-11-22 .\"Make sure to change that date when you commit a change! .\" .SH NAME @@ -15,6 +15,15 @@ work with plugins and inspect the current state of your server. .\" .SH OPTIONS .TP +.BI apps:create " " +Create a new app. +.TP +.BI apps:destroy " " +Permanantly destroy an app. +.TP +.B apps +List your apps. +.TP .BI backup:import " file" Import dokku config files. .TP @@ -33,15 +42,16 @@ 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 delete " " -Delete an application. -.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:import-ssl " " +Imports a tarball from stdin which should contain +server\.crt and server\.key +.TP .B plugins-install Install active plugins. .TP