diff --git a/Makefile b/Makefile index 2266b32d3..c7910a2be 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ copyfiles: addman addman: mkdir -p /usr/local/share/man/man1 - cp dokku.1 /usr/local/share/man/man1/dokku.1 + help2man -Nh help -v version -n "configure and get information from your dokku installation" -o /usr/local/share/man/man1/dokku.1 dokku mandb version: diff --git a/bootstrap.sh b/bootstrap.sh index c6c1b6fcf..6a4d0f4bc 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,7 +14,7 @@ then fi apt-get update -apt-get install -qq -y git make curl software-properties-common man-db +apt-get install -qq -y git make curl software-properties-common man-db help2man [[ $(lsb_release -sr) == "12.04" ]] && apt-get install -qq -y python-software-properties diff --git a/dokku.1 b/dokku.1 deleted file mode 100644 index 18fdc185d..000000000 --- a/dokku.1 +++ /dev/null @@ -1,96 +0,0 @@ -.TH DOKKU 1 2015-1-15 -.\"Make sure to change that date when you commit a change! -.\" -.SH NAME -dokku \- configure and get information from your dokku installation -.\" -.SH SYNOPSIS -.B dokku -.I -.\" -.SH DESCRIPTION -.B dokku -is a catch-all command to configure your apps, -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 -.BI backup:export " file" -Export dokku config files. -.TP -.BI config " " -Display the config vars for an app. -.TP -.BI config:get " KEY" -Display a specific config var for an app. -.TP -.BI config:set " KEY1=VAL1" \fR\ (KEY2=VAL2\ \.\.\.) -Set one or more config vars for an app. -.TP -.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 -.TP -.B plugins-install -Install active plugins. -.TP -.B plugins-update -Update active plugins. -.TP -.B plugins -Print active plugins. -.TP -.BI run " command" -Run a command in the environment of an app. -.TP -.BI url " " -Show the first URL for an application (compatibility). -.TP -.BI urls " " -Show all URLs for an application. -.TP -.B version -Print dokku's version. -.\" -.SH NOTES -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. Man page -last updated for dokku 0.3.13.