@travetto/cli 8.0.0-alpha.25 → 8.0.0-alpha.27
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 +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -30,6 +30,7 @@ Commands:
|
|
|
30
30
|
email:test Render and send a template file to a target recipient for quick validation.
|
|
31
31
|
eslint Run ESLint for the workspace or changed files.
|
|
32
32
|
eslint:register Generate the workspace ESLint configuration entry file.
|
|
33
|
+
firestore:indexes Generate the Firestore composite indexes JSON for all registered models.
|
|
33
34
|
llm:support:execute Execute llm-support operations with dry-run by default.
|
|
34
35
|
llm:support:mcp Minimal MCP stdio server for llm-support tools.
|
|
35
36
|
llm:support:plan Build plan-first execution details for llm-support operations.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/cli",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI infrastructure for Travetto framework",
|
|
6
6
|
"keywords": [
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"directory": "module/cli"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@travetto/schema": "^8.0.0-alpha.
|
|
33
|
-
"@travetto/terminal": "^8.0.0-alpha.
|
|
32
|
+
"@travetto/schema": "^8.0.0-alpha.21",
|
|
33
|
+
"@travetto/terminal": "^8.0.0-alpha.19"
|
|
34
34
|
},
|
|
35
35
|
"travetto": {
|
|
36
36
|
"displayName": "Command Line Interface",
|