From 04ad95eb90baebec9f1f66c9488ab9bbc538e46a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 00:48:26 +0000 Subject: [PATCH] docs(cli): document missing export-ado-proxy-catalog commands Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/cli.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index 29bee84f..d06de6a4 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -192,6 +192,12 @@ These commands are not shown in `--help` but are available for contributors work - `--output, -o ` - Write the catalog to a file instead of stdout. Parent directories are created automatically. - Typical use: `cargo run -- export-fact-catalog --output scripts/ado-script/src/trigger-e2e/fact-catalog.gen.json` +- `export-ado-proxy-catalog-schema` - Export the `ado-proxy` catalog JSON Schema (build-time tool for the `scripts/ado-script` TypeScript workspace). + - `--output, -o ` - Write the schema to a file instead of stdout. Parent directories are created automatically. + +- `export-ado-proxy-catalog` - Export the `ado-proxy` catalog data JSON — build-time drift guard for the `ado-proxy` bundle's committed catalog snapshot in `scripts/ado-script/src/ado-proxy/`. + - `--output, -o ` - Write the catalog to a file instead of stdout. Parent directories are created automatically. + ### Hidden Pipeline-Internal Commands These commands are started by the pipeline itself (or by AWF on its behalf) and are not part of the authoring surface: