mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) add dropbox support
This commit is contained in:
parent
ef116a9a53
commit
0908837392
14 changed files with 366 additions and 229 deletions
|
|
@ -38,6 +38,8 @@
|
|||
"--import-url ": "url of an export server",
|
||||
"--import-token ": "authorization token used to connect to export server",
|
||||
"--import-listen ": "enable listen on config updates from import server",
|
||||
"--dropbox ": "enable dropbox integration",
|
||||
"--dropbox-token ": "set dropbox token",
|
||||
"--log ": "enable logging",
|
||||
"--no-show-config ": "do not show config values",
|
||||
"--no-server ": "do not start server",
|
||||
|
|
@ -63,6 +65,8 @@
|
|||
"--no-export ": "disable export config through a server",
|
||||
"--no-import ": "disable import of config",
|
||||
"--no-import-listen ": "disable listen on config updates from import server",
|
||||
"--no-log ": "disable logging",
|
||||
"--no-show-file-name ": "do not show file name in view and edit"
|
||||
"--no-show-file-name ": "do not show file name in view and edit",
|
||||
"--no-dropbox ": "disable dropbox integration",
|
||||
"--no-dropbox-token ": "unset dropbox token",
|
||||
"--no-log ": "disable logging"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue