1.0.5 • Published 5 years ago

pushoss v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

pushoss

push local dir to aliyun oss

Installation

Using npm:

$ npm install pushoss -g

Usage

$ pushoss
Usage: pushoss [options]

Options:
  -d, --dest [string]      upload dest dir
  -s, --source [string]    source dir, default value is `dist`
  -c, --config [string]    config file dir, default value is `config.js`

Examples:
  pushoss -d targetDir
  pushoss -d targetDir -s dist -c config.js

The content of config.js is:

module.exports = {
    host: '',
    ossConf: {
        accessKeyId: '',
        accessKeySecret: '',
        bucket: '',
        region: '',
        endpoint: ''
    }
};
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago