Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tencentyun/coscmd
https://github.com/tencentyun/coscmd
cos tool
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tencentyun/coscmd
- Owner: tencentyun
- License: mit
- Created: 2017-01-19T05:11:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T10:01:12.000Z (24 days ago)
- Last Synced: 2025-01-28T22:58:35.856Z (8 days ago)
- Topics: cos, tool
- Language: Python
- Size: 726 KB
- Stars: 64
- Watchers: 7
- Forks: 27
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COSCMD
[![pypi][pypi-img]][pypi-url]
[![travis][travis-img]][travis-url][pypi-img]:https://img.shields.io/pypi/v/coscmd.svg
[pypi-url]:https://pypi.org/search/?q=coscmd
[travis-img]:https://travis-ci.org/tencentyun/coscmd.svg?branch=master
[travis-url]:https://travis-ci.org/tencentyun/coscmd## 介绍
_______腾讯云COS命令行工具, 最新版本支持Python3.x, 1.8.x版本支持Python2.6/Python2.7。
## 在 Docker 上使用
```shell
docker run --rm -it tencentcom/tencentyun-coscmd --version
docker run --rm -it tencentcom/tencentyun-coscmd -h
```## 在 Coding-CI 上使用
```yaml
master:
push:
- stages:
- name: run with tencentyun-coscmd
image: tencentcom/tencentyun-coscmd
commands: |
coscmd --version
coscmd -h
```## 安装指南
__________### 使用pip安装 ::
pip install -U coscmd
### 手动安装::
python setup.py install
### 使用方法
__________使用coscmd,参照 https://cloud.tencent.com/document/product/436/10976