Included new cli docs

This commit is contained in:
Armin Ronacher 2015-12-20 11:06:13 +01:00
parent a8b48d4f00
commit 96af7af44a
1 changed files with 4 additions and 0 deletions

View File

@ -30,4 +30,8 @@ For more information see the deployment chapter in the documentation.
- `--username TEXT`: An optional username to override the URL. - `--username TEXT`: An optional username to override the URL.
- `--password TEXT`: An optional password to override the URL or the - `--password TEXT`: An optional password to override the URL or the
default prompt. default prompt.
- `--key-file TEXT`: The path to a key file that should be used for the
authentication of the deployment.
- `--key TEXT`: The contents of a key file directly a string that should
be used for authentication of the deployment.
- `--help`: print this help page. - `--help`: print this help page.