@flagify/cli 1.0.7 → 1.1.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
|
@@ -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 |
|