Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

量潮DevOps云

DevOps 基础设施仓库,封装量潮发布规范为可执行命令。

安装

pip install qtcloud-devops-cli

也支持 cargo install 和 GitHub Releases。

快速开始

# 查看子模块状态
qtcloud-devops code status

# 预发布版本
qtcloud-devops release stage -v cli/v0.4.1-rc.1

# 正式发布
qtcloud-devops release publish -v cli/v0.4.1 -y

文档