qcloud-cos-deploy

1.0.2 • Public • Published

QCloud COS Deploy

Usage

npm i qcloud-cos-deploy

CLI

// package.json
{
    //...
    "scripts": {
        "deploy": "qcloud-cos-deploy dist --bucket tdu-static-1255927758 --region ap-guangzhou --secret-id xxx --secret-key xxx -i index\\.html"
    }
}
npm run deploy

Code

// any.js

const deploy = require('qcloud-cos-deploy')

deploy({ region: '', bucket: '', secretId: '', secretKey: '', ignore: '' })

Readme

Keywords

none

Package Sidebar

Install

npm i qcloud-cos-deploy

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

4.61 kB

Total Files

4

Last publish

Collaborators

  • tdglj