Skip to content

tencentyun/coscmd

Repository files navigation

COSCMD

pypi travis

介绍


腾讯云COS命令行工具, 最新版本支持Python3.x, 1.8.x版本支持Python2.6/Python2.7。

在 Docker 上使用

docker run --rm -it tencentcom/tencentyun-coscmd --version
docker run --rm -it tencentcom/tencentyun-coscmd -h

在 Coding-CI 上使用

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