feature(distribute) add ability to import config from remote export server

This commit is contained in:
coderaiser 2018-08-17 15:06:45 +03:00
parent b8e4f9659a
commit 2ad2fc4023
20 changed files with 856 additions and 22 deletions

View file

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