From 96af7af44aaf4308732b72262d157a1216ac241e Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 20 Dec 2015 11:06:13 +0100 Subject: [PATCH] Included new cli docs --- content/docs/cli/deploy/contents.lr | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/cli/deploy/contents.lr b/content/docs/cli/deploy/contents.lr index 82a5757e..445a6ae1 100644 --- a/content/docs/cli/deploy/contents.lr +++ b/content/docs/cli/deploy/contents.lr @@ -30,4 +30,8 @@ For more information see the deployment chapter in the documentation. - `--username TEXT`: An optional username to override the URL. - `--password TEXT`: An optional password to override the URL or the 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. \ No newline at end of file