Manage Vercel Flags segments with Vercel CLI
Vercel Flags segments can now be managed directly from the Vercel CLI with a new "vercel flags segments" command, allowing you to create, edit, and define targeting rules for flag segments with --add, --remove, and --data options. All segment commands support JSON output for scriptable workflows in CI and agent-driven pipelines.
segments can now be managed from the with the new command.Vercel FlagsVercel CLIvercel flags segments
A segment is the targeting primitive a flag uses to decide who sees what. Membership composes from three repeatable tokens: , , and . Pass them to or for incremental edits. For full replacement, takes the entire segment definition as raw JSON.include:exclude:rule:--add--remove--data
All segment commands support output, making them scriptable from CI, local workflows, and agent-driven pipelines that need to inspect or update flag targeting from the terminal.--json
Update to the latest version of the Vercel CLI and learn more in the to get started.Vercel Flags CLI documentation
Source: original entry ↗