cli-ossutil

1.2.0 • Public • Published

cli-ossutil

ossutil cli

install

> npm install cli-ossutil --save-dev

usage

> cli-ossutil
  Usage: cli-ossutil [options]
  --src                local path
  --target             remote path
  --accessKeyId        config : your oss accessKeyId
  --accessKeySecret    config : your oss accessKeySecret
  --bucket             config : your oss bucket
  --region             config : your oss region
  --config             config file def: ./ossutil-config.json
  --help               show help

ossutil-config.json

{
  "region": "oss-cn-beijing",
  "accessKeyId": "your oss accessKeyId",
  "accessKeySecret": "your oss accessKeySecret",
  "bucket": "your oss bucket"
}

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cli-ossutil

    Weekly Downloads

    4

    Version

    1.2.0

    License

    ISC

    Unpacked Size

    5.81 kB

    Total Files

    4

    Last publish

    Collaborators

    • liangmayong