What drifted
The apiops extract flags table in README.md is missing the --remove-stale flag. The flag exists in the CLI (confirmed by apiops extract --help) and is documented in docs/commands/extract.md, but was not added to the README summary table when it was introduced in commit 570ca00 ("fix: reconcile stale extraction artifacts safely").
Source of truth
apiops extract --help output:
--remove-stale Remove stale managed artifacts in the selected scope
docs/commands/extract.md line 69:
| `--remove-stale` | boolean | false | No | Remove stale managed artifacts in the selected filter and workspace scope after a fully successful extraction |
Affected documentation
README.md — the ### \apiops extract`section's flags table (currently lists only--resource-group, --service-name, --output, --filter, --no-transitive`)
Suggested update
Add a row for --remove-stale to the README extract flags table:
| --remove-stale | | Remove stale managed artifacts after a fully successful extraction |
Generated by Documentation Freshness Check — System Policy · 38.1 AIC · ⌖ 6.97 AIC · ⊞ 6.2K · ◷
What drifted
The
apiops extractflags table inREADME.mdis missing the--remove-staleflag. The flag exists in the CLI (confirmed byapiops extract --help) and is documented indocs/commands/extract.md, but was not added to the README summary table when it was introduced in commit570ca00("fix: reconcile stale extraction artifacts safely").Source of truth
apiops extract --helpoutput:docs/commands/extract.mdline 69:Affected documentation
README.md— the### \apiops extract`section's flags table (currently lists only--resource-group,--service-name,--output,--filter,--no-transitive`)Suggested update
Add a row for
--remove-staleto the README extract flags table:|
--remove-stale| | Remove stale managed artifacts after a fully successful extraction |