@eventcatalog/cli 0.4.0 → 0.4.3
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/index.js +10 -7
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/index.mjs +10 -7
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli-docs.js +2 -2
- package/dist/cli-docs.js.map +1 -1
- package/dist/cli-docs.mjs +2 -2
- package/dist/cli-docs.mjs.map +1 -1
- package/package.json +3 -3
package/dist/cli-docs.mjs
CHANGED
|
@@ -1595,7 +1595,7 @@ var cliFunctions = [
|
|
|
1595
1595
|
name: "playground",
|
|
1596
1596
|
type: "boolean",
|
|
1597
1597
|
required: false,
|
|
1598
|
-
description: "Open the exported DSL in EventCatalog
|
|
1598
|
+
description: "Open the exported DSL in EventCatalog Canvas"
|
|
1599
1599
|
},
|
|
1600
1600
|
{ name: "output", type: "string", required: false, description: "Output file path (defaults to <id>.ec or catalog.ec)" }
|
|
1601
1601
|
],
|
|
@@ -1625,7 +1625,7 @@ var cliFunctions = [
|
|
|
1625
1625
|
command: "npx @eventcatalog/cli export --all --hydrate -o my-catalog.ec"
|
|
1626
1626
|
},
|
|
1627
1627
|
{
|
|
1628
|
-
description: "Export and open in EventCatalog
|
|
1628
|
+
description: "Export and open in EventCatalog Canvas",
|
|
1629
1629
|
command: "npx @eventcatalog/cli export --resource services --hydrate --playground"
|
|
1630
1630
|
}
|
|
1631
1631
|
]
|