@openbkn/bkn-sdk 0.1.1 → 0.1.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/README.md +2 -1
- package/README.zh.md +1 -0
- package/dist/{chunk-NC6DZ2AU.js → chunk-LH3ONZGQ.js} +1785 -77
- package/dist/cli.js +124 -40
- package/dist/index.d.ts +612 -38
- package/dist/index.js +3 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -52,7 +52,8 @@ openbkn admin role list
|
|
|
52
52
|
# Raw passthrough to any endpoint
|
|
53
53
|
openbkn call /api/ontology-manager/v1/knowledge-networks
|
|
54
54
|
|
|
55
|
-
# Global flags: --base-url, --token, --user, --json/--compact, -bd/--biz-domain, -k/--insecure
|
|
55
|
+
# Global flags: --base-url, --token, --user, --json/--compact, -bd/--biz-domain, -k/--insecure,
|
|
56
|
+
# --conversation-id/--interaction-id (BKN Trace correlation; also BKN_CONVERSATION_ID/BKN_INTERACTION_ID)
|
|
56
57
|
openbkn --help # grouped command map
|
|
57
58
|
```
|
|
58
59
|
|
package/README.zh.md
CHANGED
|
@@ -47,6 +47,7 @@ openbkn admin role list
|
|
|
47
47
|
openbkn call /api/ontology-manager/v1/knowledge-networks
|
|
48
48
|
|
|
49
49
|
# 全局参数:--base-url --token --user --json/--compact -bd/--biz-domain -k/--insecure
|
|
50
|
+
# --conversation-id/--interaction-id(BKN Trace 关联,等价 env:BKN_CONVERSATION_ID/BKN_INTERACTION_ID)
|
|
50
51
|
openbkn --help # 分组命令树
|
|
51
52
|
```
|
|
52
53
|
|