Inspect feature flag history with Vercel CLI
Vercel CLI now supports inspecting feature flag version history with the new `vercel flags versions` command, allowing users to view revision history, authors, timestamps, and changed environments. A semantic diff command also shows field-level changes to targeting rules and rollout percentages.
version history can now be inspected from the Vercel CLI with the new command.Vercel Flagsvercel flags versions
Run to print the full revision history for a flag, with each revision's author, message, timestamp, and changed environments. Filter to a specific environment with , paginate with and , or add for scripting.vercel flags versions <flag>--environment--limit--cursor--json
To compare a revision against the one before it, run . The diff is semantic, surfacing field-level changes to targeting rules, rollout percentages, and conditions. Additions, removals, and modifications appear as colored , , and .vercel flags versions diff <flag> --revision <n>+-~
Update to the latest version of the Vercel CLI and learn more in the to get started.Vercel Flags CLI documentation
Source: original entry ↗