Add a delete sub-command to the existing manifest command that allows users to remove flags from their manifest file via the CLI. This complements the add sub-command and provides a complete flag lifecycle management workflow.
Users should be able to specify a flag name and have it safely removed from the manifest file with proper validation and error handling.
Acceptance Criteria
Notes
- Should integrate with existing manifest command structure
- Follow same temp file pattern used in manifest add command
- Consider adding confirmation prompt for destructive operations
- This builds on the manifest management feature set alongside the add command
Add a
deletesub-command to the existingmanifestcommand that allows users to remove flags from their manifest file via the CLI. This complements theaddsub-command and provides a complete flag lifecycle management workflow.Users should be able to specify a flag name and have it safely removed from the manifest file with proper validation and error handling.
Acceptance Criteria
openfeature manifest deletecommandNotes