0.1.4 • Published 5 years ago

@etop/oss-cli v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago