0.1.4 • Published 3 years ago

@etop/oss-cli v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Oss Cli

Description

A simple command line tool for oss operations

Install

npm install @etop/oss-cli -g

Usage

Simple Example

oss-cli upload yourDir --accessKeyId yourAkId --accessSecret yourAkSecret --bucket yourBucket --region bucketRegion

Complex Example

oss-cli upload yourDir --accessKeyId yourAkId --accessSecret yourAkSecret --bucket yourBucket --region bucketRegion --prefix sub --cacheControl max-age=15552000 --force false --removeOldVersion true --sameNameSkip true

More info about options please check oss-cli -h and oss-cli upload -h

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago