0.0.2 • Published 8 years ago

qiniu-cli v0.0.2

Weekly downloads
1
License
-
Repository
-
Last release
8 years ago

Install

npm install -g qiniu-cli

Setup

Add config file to HOME dir: .qiniu.json

{
  "accessKey": '<YOUR ACCESS KEY>',
  "secretKey": '<YOUR SECRET KEY>',
  "bucket": 'test',
  "origin": 'http://test.qiniudn.com'
}

Usage

  Usage: qiniu [options] <src> [prefix]

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

License

MIT