Skip to content
Chimera readability score 59 out of 100, Graduate reading level.

Vercel Flags segments can now be managed from the Vercel CLI with the new vercel flags segments

command.

A segment is the targeting primitive a flag uses to decide who sees what. Membership composes from three repeatable tokens: include:

, exclude:

, and rule:

. Pass them to --add

or --remove

for incremental edits. For full replacement, --data

takes the entire segment definition as raw JSON.

Create a segment and seed it with specific usersvercel flags segments create beta-users \ --label "Beta users" \ --add include:user.id=user_123 \ --add include:user.id=user_456# Add a rule-based condition and remove a specific uservercel flags segments update beta-users \ --add rule:user.plan:eq:enterprise \ --remove include:user.id=user_123

Combining include, exclude, and rule tokens across create and update

All segment commands support --json

output, making them scriptable from CI, local workflows, and agent-driven pipelines that need to inspect or update flag targeting from the terminal.

Update to the latest version of the Vercel CLI and learn more in the Vercel Flags CLI documentation to get started.

Sentinel — Human

Confidence

This text functions as clear, direct technical documentation. Its style is methodical and precise, exhibiting characteristics common to both expert manual writing and highly structured AI output.

Signals Detected
low severity: Uniform rhythm and highly specific technical vocabulary typical of procedural documentation.
low severity: Perfectly structured, purely functional informational text lacking any subjective emphasis or rhetorical padding.
low severity: Follows a rigid instructional flow with no extraneous transitions or argumentative scaffolding.
Human Indicators
The content is highly specific, using correct technical terminology (CLI commands, JSON structure) which suggests direct knowledge of the subject matter, either from the source documentation or a human author with deep domain expertise.