mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(distribute) add ability to import config from remote export server
This commit is contained in:
parent
b8e4f9659a
commit
2ad2fc4023
20 changed files with 856 additions and 22 deletions
|
|
@ -51,6 +51,13 @@ programs in browser from any computer, mobile or tablet device.
|
|||
--terminal-path set terminal path
|
||||
--vim enable vim hot keys
|
||||
--columns set visible columns
|
||||
--export enable export of config through a server
|
||||
--export-token authorization token used by export server
|
||||
--import enable import of config
|
||||
--import-url url of an import server
|
||||
--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-server do not start server
|
||||
--no-online load scripts from local server
|
||||
|
|
@ -68,6 +75,11 @@ programs in browser from any computer, mobile or tablet device.
|
|||
--no-terminal disable terminal
|
||||
--no-vim disable vim hot keys
|
||||
--no-columns set visible default columns
|
||||
--no-export disable export of config through a server
|
||||
--no-import disable import of config
|
||||
--no-import-url url of an import server
|
||||
--no-import-listen disable listen on config updates from import server
|
||||
--no-log disable logging
|
||||
|
||||
.SH RESOURCES AND DOCUMENTATION
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue