@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-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 Modelling"
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 Modelling",
1628
+ description: "Export and open in EventCatalog Canvas",
1629
1629
  command: "npx @eventcatalog/cli export --resource services --hydrate --playground"
1630
1630
  }
1631
1631
  ]