0.0.1 • Published 4 years ago

@wcli/load v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@wcli/load

upload files to remote server

install

$ npm install -g @wcli/load

upload

$ wcli-load 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

show list

$ wcli-load ls

add config

$ wcli-load add <name>

select config

$ wcli-load use <name>

update current config

$ wcli-load config <key> <value>

delete

$ wcli-load del <name>

usage

Usage: wcli-load [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