docs(readme) add --no-show-config

This commit is contained in:
coderaiser 2018-09-10 11:52:39 +03:00
parent c356bc76f4
commit ce0938ea11
3 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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",

View file

@ -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