qiniu.cli

1.0.0 • Public • Published

qiniu.cli

  • Install
$ [sudo] npm i qiniu.cli -g
  • usage
Usage: qiniu [options]
 
  Options:
 
    -h, --help             output usage information
    -V, --version          output the version number
    -c, --config [config]  config file
    -v, --verbose          verbose
  • config.js
module.exports = {
  accessKey: 'your access key',
  secretKey: 'your secret key',
  tasks: [{
    directory: 'your local directory',
    prefix: 'file name prefix',
    bucket: 'your bucket',
    rename: originName => originName
  }]
}

Readme

Keywords

Package Sidebar

Install

npm i qiniu.cli

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • coderhaoxin