@flagify/cli 1.0.7 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,6 +51,7 @@ flagify flags toggle my-flag -p <project-id>
51
51
  | `flagify projects list` | List projects in a workspace |
52
52
  | `flagify projects get` | Show project details with environments |
53
53
  | `flagify projects pick` | Interactively select a default project |
54
+ | `flagify projects delete <id>` | Delete a project and all its environments, flags, and segments (admin only) |
54
55
  | `flagify environments pick` | Interactively select a default environment |
55
56
  | `flagify flags list` | List all flags in a project (`--format json` for machine-readable output) |
56
57
  | `flagify flags get` | Get details for a specific flag with per-environment status |
@@ -61,7 +62,7 @@ flagify flags toggle my-flag -p <project-id>
61
62
  | `flagify keys revoke` | Revoke all API keys for environment |
62
63
  | `flagify ai-setup` | Generate AI tool configs (Claude, Cursor, Copilot, Windsurf). Use `--include-flags` for a snapshot |
63
64
  | `flagify config` | Show current configuration |
64
- | `flagify config set <key> <value>` | Set a config value (api-url, workspace, project, environment) |
65
+ | `flagify config set <key> <value>` | Set a config value (api-url, console-url, workspace, project, environment) |
65
66
  | `flagify config get <key>` | Get a single config value |
66
67
  | `flagify completion` | Generate shell completion scripts |
67
68
  | `flagify version` | Print CLI version |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flagify/cli",
3
- "version": "1.0.7",
3
+ "version": "1.2.0",
4
4
  "description": "Flagify CLI — manage feature flags from the terminal",
5
5
  "license": "MIT",
6
6
  "bin": {