Check feature flag change history with Vercel CLI
Key point
The `vercel flags versions` command has been added to Vercel CLI, allowing you to check the entire revision history of feature flags.
Details
The newly added vercel flags versions <flag> command in Vercel CLI lets you print the full revision history of a specific flag. Each revision includes the author, message, timestamp, and information about which environments changed.
Filtering and automation options are also supported:
--environment: filter by a specific environment (e.g., production)--limit/--cursor: pagination--json: JSON output for scripting
You can compare between revisions with the vercel flags versions diff <flag> --revision <n> command. The diff shows field-level changes—such as targeting rules, rollout percentages, and conditions—in semantic units, with additions, deletions, and modifications color-coded with +, -, and ~ symbols respectively.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.