@flagify/cli 1.6.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,6 +71,7 @@ flagify flags toggle my-flag -p <project-id>
|
|
|
71
71
|
| `flagify targeting set <flag-key>` | Replace all targeting rules for a flag (`--rules '<json>'`, `--format json`) |
|
|
72
72
|
| `flagify whoami` | Show current authenticated user (`--format json`) |
|
|
73
73
|
| `flagify ai-setup` | Generate AI tool configs (Claude, Cursor, Copilot, Windsurf). Includes the integrations catalogue; use `--include-flags` for a snapshot |
|
|
74
|
+
| `flagify types` | Generate typed flag key constants (`--typescript` or `--go`) for compile-time safety in application code |
|
|
74
75
|
| `flagify config` | Show current configuration (`--format json`) |
|
|
75
76
|
| `flagify config set <key> <value>` | Set a config value (api-url, console-url, workspace, project, environment) |
|
|
76
77
|
| `flagify config get <key>` | Get a single config value |
|