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/reference/cli.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ generation, and update workflows.
39
39
-`--out` writes JSON or markdown to a file instead of stdout.
40
40
-`--reference` is supported by `analyze` and `generate`.
41
41
-`--interactive` is supported by `generate` only.
42
+
-`--profile` is supported by `generate` and `update`. Accepted values are `concise` (default), `comprehensive`, and `split`. The `split` profile is accepted at the CLI level but raises a not-implemented error until multi-file emission is ready.
42
43
-`--section`, `--exclude-section`, and `--force` are supported by `update`.
43
44
44
45
Release-grade CLI contract tests live in `tests/test_cli_contract.py`.
0 commit comments