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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://ai.skillatlas.cn/",
6
6
  "type": "module",