0.0.1 • Published 5 years ago

@ofn/load v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@ofn/load

upload files to remote server

install

$ npm install -g @ofn/load

upload

$ 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

show list

$ up list

add config

$ up add <name>

select config

$ up use <name>

update current config

$ up config <key> <value>

delete

$ up del <name>

usage

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