@flagify/cli 1.2.0 → 1.3.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 +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,6 +46,7 @@ flagify flags toggle my-flag -p <project-id>
|
|
|
46
46
|
|---------|-------------|
|
|
47
47
|
| `flagify login` | Authenticate with email and password |
|
|
48
48
|
| `flagify logout` | Clear stored credentials |
|
|
49
|
+
| `flagify whoami` | Show the currently authenticated user |
|
|
49
50
|
| `flagify workspaces list` | List your workspaces |
|
|
50
51
|
| `flagify workspaces pick` | Interactively select a default workspace |
|
|
51
52
|
| `flagify projects list` | List projects in a workspace |
|
|
@@ -60,7 +61,12 @@ flagify flags toggle my-flag -p <project-id>
|
|
|
60
61
|
| `flagify keys generate` | Generate API key pair for environment |
|
|
61
62
|
| `flagify keys list` | List API keys for environment |
|
|
62
63
|
| `flagify keys revoke` | Revoke all API keys for environment |
|
|
63
|
-
| `flagify
|
|
64
|
+
| `flagify segments list` | List user segments in a project |
|
|
65
|
+
| `flagify segments create <name>` | Create a segment with optional JSON rules (`--match`, `--rules`) |
|
|
66
|
+
| `flagify segments delete <id>` | Delete a segment by ID |
|
|
67
|
+
| `flagify targeting list <flag-key>` | Show targeting rules for a flag in an environment |
|
|
68
|
+
| `flagify targeting set <flag-key>` | Replace all targeting rules for a flag (`--rules '<json>'`) |
|
|
69
|
+
| `flagify ai-setup` | Generate AI tool configs (Claude, Cursor, Copilot, Windsurf). Includes the integrations catalogue; use `--include-flags` for a snapshot |
|
|
64
70
|
| `flagify config` | Show current configuration |
|
|
65
71
|
| `flagify config set <key> <value>` | Set a config value (api-url, console-url, workspace, project, environment) |
|
|
66
72
|
| `flagify config get <key>` | Get a single config value |
|