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 sameoff/onvariant 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.