qtcloud-devops-cli 0.6.0-rc.3

量潮DevOps云命令行工具
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ROADMAP

## v0.5.0:

- [x] 取消 `release retire` 命令
- [x] 取消 `release` 模块的状态(领域模型移入 toolkit)
- [x] 取消 `code retire` 命令
- [x] `code sync` 修复(签名/原子性/fetch)

---

- `code``submodule` 拆分
  - `code sync` — 纯业务抽象,封装 submodule 细节
  - `code status` — 输出业务状态(Synced / PendingPush / PendingPull / Conflict)
  - `submodule status` — 调试入口,暴露七态
  - `submodule sync` — 底层操作(debug 用)
  - `model/code.rs` 剥离 submodule 概念,换为 `SyncStatus`