@botpress/adk-cli 1.11.0 → 1.11.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/dist/cli.js +7896 -14724
- package/dist/commands.json +6 -2
- package/package.json +3 -3
package/dist/commands.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.11.
|
|
3
|
-
"generatedAt": "2025-12-
|
|
2
|
+
"version": "1.11.2",
|
|
3
|
+
"generatedAt": "2025-12-10T19:14:48.817Z",
|
|
4
4
|
"cliName": "adk",
|
|
5
5
|
"globalOptions": [
|
|
6
6
|
{
|
|
@@ -332,6 +332,10 @@
|
|
|
332
332
|
{
|
|
333
333
|
"flags": "--api-url <apiUrl>",
|
|
334
334
|
"description": "Botpress API URL (e.g., https://api.botpress.cloud)"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"flags": "-f, --force",
|
|
338
|
+
"description": "overwrite existing agent.json if present"
|
|
335
339
|
}
|
|
336
340
|
]
|
|
337
341
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/adk-cli",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"description": "Command-line interface for the Botpress Agent Development Kit (ADK)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"url": "https://github.com/botpress/adk"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@botpress/adk": "^1.11.
|
|
44
|
+
"@botpress/adk": "^1.11.2",
|
|
45
45
|
"@botpress/cli": "^4.27.3",
|
|
46
|
-
"@botpress/runtime": "^1.11.
|
|
46
|
+
"@botpress/runtime": "^1.11.2",
|
|
47
47
|
"@botpress/webchat-client": "^0.4.0",
|
|
48
48
|
"@modelcontextprotocol/sdk": "^1.24.3",
|
|
49
49
|
"adm-zip": "^0.5.16",
|