Skip to content

whoopschat/cli-ossutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published