@eventcatalog/cli 0.5.0 → 0.5.1

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.js CHANGED
@@ -1775,7 +1775,7 @@ var cliFunctions = [
1775
1775
  // Governance
1776
1776
  {
1777
1777
  name: "governanceCheck",
1778
- description: "Compare the current catalog (or a target branch) against a base branch and evaluate governance rules defined in governance.yaml",
1778
+ description: "Compare the current catalog (or a target branch) against a base branch and evaluate governance rules defined in governance.yaml (or governance.yml)",
1779
1779
  category: "Governance",
1780
1780
  args: [
1781
1781
  { name: "--base", type: "string", required: false, description: "Base branch to compare against (default: main)" },