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
README.md — the apiops extract section and its filter subsection
Suggested update
Add a brief note to the README filter flag row or example about !-prefix exclusions and point readers to docs/commands/extract.md for the full filterable key list. For example, update the flag table description from "Extract only matching resources" to something like "Extract only matching resources (supports wildcards and ! exclusions — see filter docs)".
What drifted
The README's
apiops extractsection describes--filterwith a minimal example but does not mention:!-prefix exclusion entries (e.g.'!prod-legacy-*') added in PR Support!-prefix exclusions in filter entries #222policiesfilter key (singleton — use- 'policy'or[]) added in PR Honor filter for service-level policy; document policies key and sub-filters #221docs/commands/extract.mdordocs/guides/filtering-resources.mdSource of truth
docs/commands/extract.md— complete filterable key table (17 keys includingpolicies) and!-prefix exclusion syntaxdocs/guides/filtering-resources.md— negation/exclusion section added in PR Support!-prefix exclusions in filter entries #2221908924(feat:!-prefix exclusions),32cf558(fix: policies key)Affected documentation
README.md— theapiops extractsection and its filter subsectionSuggested update
Add a brief note to the README filter flag row or example about
!-prefix exclusions and point readers todocs/commands/extract.mdfor the full filterable key list. For example, update the flag table description from "Extract only matching resources" to something like "Extract only matching resources (supports wildcards and!exclusions — see filter docs)".