logo
1
3
Login
docs: 补充英文文档

coscli Plugin

With the coscli plugin, users can perform batch operations on objects such as uploading, downloading, and deleting through simple command line instructions.

Image

tencentcom/coscli:latest

Usage in Docker

docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) cnbcool/coscli:latest --version

Usage in Cloud Native Build

main: push: - stages: - name: run with tencentcom/coscli image: tencentcom/coscli script: | coscli config set --secret_id $SECRET_ID --secret_key $SECRET_KEY coscli config add --init-skip=true -b $BUCKET -r $REGION coscli cp ./build cos://$BUCKET -r

More Usage

For more usage, refer to coscli documentation.