@eventcatalog/cli 0.5.0 → 0.5.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/index.js +128 -13
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/index.mjs +128 -13
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli-docs.js +1 -1
- package/dist/cli-docs.js.map +1 -1
- package/dist/cli-docs.mjs +1 -1
- package/dist/cli-docs.mjs.map +1 -1
- package/package.json +3 -3
package/dist/cli-docs.mjs
CHANGED
|
@@ -1748,7 +1748,7 @@ var cliFunctions = [
|
|
|
1748
1748
|
// Governance
|
|
1749
1749
|
{
|
|
1750
1750
|
name: "governanceCheck",
|
|
1751
|
-
description: "Compare the current catalog (or a target branch) against a base branch and evaluate governance rules defined in governance.yaml",
|
|
1751
|
+
description: "Compare the current catalog (or a target branch) against a base branch and evaluate governance rules defined in governance.yaml (or governance.yml)",
|
|
1752
1752
|
category: "Governance",
|
|
1753
1753
|
args: [
|
|
1754
1754
|
{ name: "--base", type: "string", required: false, description: "Base branch to compare against (default: main)" },
|