skill-atlas-cli 0.2.5 → 0.2.6
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,12 +17,12 @@ npm install -g skill-atlas
|
|
|
17
17
|
|
|
18
18
|
## 命令
|
|
19
19
|
|
|
20
|
-
### `search <keyword>`
|
|
20
|
+
### `search <keyword> -q <intent>`
|
|
21
21
|
|
|
22
|
-
从 SkillAtlas 搜索 skill
|
|
22
|
+
从 SkillAtlas 搜索 skill(按名称或描述匹配)。`-q` 选项用于搜索意图(自然语言描述),可单独使用,或与位置参数关键词组合:关键词用于接口 q,本项用于展示与语义。
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
skill-atlas search deploy
|
|
25
|
+
skill-atlas search deploy -q "部署应用"
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
### `update`
|