https://github.com/yansenlei/cos-manager
:cn: 使用简单的命令行操作腾讯对象存储服务 :cloud:
https://github.com/yansenlei/cos-manager
cos tencent-cos
Last synced: about 2 months ago
JSON representation
:cn: 使用简单的命令行操作腾讯对象存储服务 :cloud:
- Host: GitHub
- URL: https://github.com/yansenlei/cos-manager
- Owner: yansenlei
- License: mit
- Created: 2018-05-21T10:19:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:45:37.000Z (over 2 years ago)
- Last Synced: 2025-03-24T05:42:07.953Z (2 months ago)
- Topics: cos, tencent-cos
- Language: JavaScript
- Homepage:
- Size: 2.97 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cos-manager
*停止更新,推荐使用官方库:[coscmd](https://github.com/tencentyun/coscmd)*
> 使用简单的命令行操作[腾讯对象存储服务](https://github.com/tencentyun/cos-nodejs-sdk-v5)
## 安装
```bash
$ npm install cos-manager -g
```## 示例
```bash
# 首次写入配置
$ cos-manager --id=AKIDxxx --key=xxx
# 上传指定目录
$ cos-manager --r=Region --b=Bucket-APPID --dir=dist
# 查看帮助信息
$ cos-manager -h
```## 规划
- [x] 上传指定目录下的所有文件
- [x] 支持Linux、Unix、Windows用户
- [x] 多文件上传进度优化
- [ ] 丰富桶操作...