1.0.0 • Published 5 months ago

@yodagg/oss-upload-cli v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@yodagg/oss-upload-cli

通过命令行上传文件到阿里云oss

安装

npm install @yodagg/oss-upload-cli -g

使用

oss-upload-cli -s ./dist -t dist -key xxx -secret xxx -b xxx -r xxx

参数说明:

.option('-s, --source <value>', '本地文件|目录')
.option('-t, --target <value>', '远程目录')
.option('-key, --accessKeyId <value>', 'oss accessKeyId')
.option('-secret, --accessKeySecret <value>', 'oss accessKeySecret')
.option('-b, --bucket <value>', 'oss bucket')
.option('-r, --region <value>', 'oss region')
1.0.0

5 months ago