You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,14 @@ Both `--all-repos` and `--source` route through `ado-aw`'s `discover_ado_aw_pipe
166
166
167
167
-`whatif <source> --fail <step-id-or-job-id> [--json]` - Statically classify downstream jobs that would be skipped, or would run anyway, if a step or job failed.
168
168
169
+
-`lint <source> [--json]` - Run structural lint checks over an agent source file without writing YAML.
170
+
-`<source>` - Path to the agent markdown file.
171
+
-`--json` - Emit lint findings as structured JSON instead of the human-readable report.
172
+
173
+
-`catalog [--kind <safe-outputs|runtimes|tools|engines|models>] [--json]` - List the compiler's in-tree registries for scripting or discovery.
174
+
-`--kind <...>` - Restrict output to one category. When omitted, emits every category.
175
+
-`--json` - Emit the catalog as structured JSON instead of the human-readable report.
176
+
169
177
### Hidden Build-Time Tools
170
178
171
179
These commands are not shown in `--help` but are available for contributors working on the ado-aw compiler itself:
0 commit comments