Skip to content

tencentyun/coscmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a5b58c · Apr 2, 2025
Nov 9, 2022
Mar 26, 2025
Jul 28, 2017
Jul 30, 2019
Oct 31, 2023
Jul 28, 2017
Jul 11, 2017
Feb 17, 2024
Feb 17, 2024
Feb 17, 2024
Apr 2, 2025
Mar 26, 2025
Sep 4, 2017

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