-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Add CLI commands for CRUD of attribute-definition. Commands:
Acceptance Criteria
- add CRUD commands
- use flags to drive properties for create and update
cmd create --property <prop-value>cmd update --property <prop-value>
- use flags to drive selectors for get and list (if exists)
cmd get --status inactivecmd list --status inactive
- leave test instructions as issue comment
Footnotes
-
Update might not have the same properties as create ↩
-
Update behaves like a partial update ↩
-
Deletion might be soft-delete in nature ↩
Metadata
Metadata
Assignees
Labels
No labels