qiniu-cli

0.0.2 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i qiniu-cli

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • hfcorriez