mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
docs(readme) add --no-show-config
This commit is contained in:
parent
c356bc76f4
commit
ce0938ea11
3 changed files with 4 additions and 1 deletions
1
HELP.md
1
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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue