@cnbcool/cnb-api-generate 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills-template/SKILL.md +14 -0
package/package.json
CHANGED
package/skills-template/SKILL.md
CHANGED
|
@@ -7,6 +7,20 @@ description: CNB OpenAPI 交互能力,支持仓库、Issue、PR、流水线、
|
|
|
7
7
|
|
|
8
8
|
操作 CNB 平台资源的 CLI 工具。
|
|
9
9
|
|
|
10
|
+
## 安装CLI
|
|
11
|
+
|
|
12
|
+
检查是否已安装
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
cnb
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
如果没有安装,则安装
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
npm install @cnbcool/cnb-cli -g
|
|
22
|
+
```
|
|
23
|
+
|
|
10
24
|
## 快捷命令(优先使用)
|
|
11
25
|
|
|
12
26
|
issues 快捷命令:
|