feature(package) add dropbox support

This commit is contained in:
coderaiser 2018-10-29 20:17:18 +02:00
parent ef116a9a53
commit 0908837392
14 changed files with 366 additions and 229 deletions

View file

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