Vercel Flags segments can now be managed directly from the Vercel CLI using the new `vercel flags segments` command. Segments are the targeting primitives that control who sees which flag value, composed from `include:`, `exclude:`, and `rule:` tokens. The command supports incremental edits via `--add` and `--remove` flags, or full replacement using `--data` with raw JSON. All segment commands support `--json` output, enabling scripting from CI pipelines, local workflows, and agent-driven pipelines. Update to the latest Vercel CLI version to get started.
11.4K Impressions