Dev Tools · 19h ago
Vercel CLI adds feature flag version history inspection
Vercel Flags now supports a `vercel flags versions` command to view full revision history for any flag, including author, message, timestamp, and environment changes. Users can filter by environment, paginate results, or output JSON for scripting. A diff subcommand shows semantic field-level changes between revisions.
Meridian48 take
Useful for debugging flag changes in production, but the feature is limited to Vercel's ecosystem and won't help teams using other flag management tools.
vercelfeature-flags