upload files to remote server
$ npm install -g load-cli
$ up deploy [options]
Options:
-s,--server <server> server ip
-p,--port <port> rserver port
-l,--local <local> local path
-r,--remote <remote> remote path
-u,--user <user> server user
-P,--password <password> server password
$ up list
$ up add <name>
$ up use <name>
$ up config <key> <value>
$ up del <name>
Usage: up [options] [command]
Options:
-v, --version output the version number
-h, --help output usage information
Commands:
ls|list show config list
add <name> add new config
config <key> <value> update current config
use <name> select config
del|delete <name> delete config
deploy <local> <remote> upload file