From ce0938ea112db29702f95294bd3dd13064cf5bb2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 10 Sep 2018 11:52:39 +0300 Subject: [PATCH] docs(readme) add --no-show-config --- HELP.md | 1 + json/help.json | 1 + man/cloudcmd.1 | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index 17edcf6b..22dd0dee 100644 --- a/HELP.md +++ b/HELP.md @@ -101,6 +101,7 @@ Cloud Commander supports command line parameters: | `--import-url` | url of an import server | `--import-listen` | enable listen on config updates from import server | `--log` | enable logging +| `--no-show-config` | do not show config values | `--no-server` | do not start server | `--no-auth` | disable authorization | `--no-online` | load scripts from local server diff --git a/json/help.json b/json/help.json index dab34446..7bbb0121 100644 --- a/json/help.json +++ b/json/help.json @@ -35,6 +35,7 @@ "--import-token ": "authorization token used to connect to export server", "--import-listen ": "enable listen on config updates from import server", "--log ": "enable logging", + "--no-show-config ": "do not show config values", "--no-server ": "do not start server", "--no-auth ": "disable authorization", "--no-online ": "load scripts from local server", diff --git a/man/cloudcmd.1 b/man/cloudcmd.1 index f9e1ca22..667953f2 100644 --- a/man/cloudcmd.1 +++ b/man/cloudcmd.1 @@ -58,8 +58,9 @@ programs in browser from any computer, mobile or tablet device. --import-token authorization token used to connect to export server --import-listen enable listen on config updates from import server --log enable logging - --no-auth disable authorization + --no-show-config do not show config values --no-server do not start server + --no-auth disable authorization --no-online load scripts from local server --no-open do not open web browser when server started --no-name set default tab name in web browser