Emit Vision / Docs
  • Introduction
  • Quick Start
  • Installation
  • AI-Assisted Setup
  • sdk-js (Browser)
  • sdk-react (React)
  • sdk-next (Next.js)
  • sdk-node (Node.js)
  • Sessions
  • Events
  • Errors
  • Releases
  • OpenTelemetry
  • Single Sign-On (SSO)
  • CLI Reference
  • DevTools Extension
  • Pulse Monitoring
  • Examples
  • Quotas & Limits
  • Troubleshooting
  • Changelog
Docs›Releases›Changelog

Changelog

Release notes for the Emit Vision SDK and platform.

flags command group: full CLI parity with the dashboard

The flags command group is now complete: everything you can do to a feature flag in the dashboard, you can now do from emit-vision.

  • flags list / flags evaluate — read flags for a project and resolve variants the way your app would see them.
  • flags enable / flags disable / flags rollout <percent> / flags archive — toggle, gradually roll out, and retire a flag by key.
  • flags create — a boolean shorthand (<key> --name <name> [--enabled] [--rollout <n>]) that synthesizes the same off/on variant shape the dashboard's flag form produces, plus --from-json <file|-> for full multivariate definitions, validated locally before any request is sent.
  • flags update — edit a flag's name, description, environments, or default variant without touching its variants.

All four mutation commands (enable, disable, rollout, archive, create, update) require an admin-scoped token; a token without admin access on the project gets a clear permissions message instead of a generic error.

Upgrade: update to cli >= 0.2.4. No breaking changes — this release only adds commands.

←Troubleshooting