-
Notifications
You must be signed in to change notification settings - Fork 3
Add --selector / -l flag for label-based filtering #53
Copy link
Copy link
Open
Labels
cliRelated to CLI flags, commands, or UX in the terminalRelated to CLI flags, commands, or UX in the terminalenhancementNew feature or requestNew feature or requestpriority: mediumsize: mediumModerate complexity requiring some design decisions or coordinationModerate complexity requiring some design decisions or coordination
Description
kubectl supports filtering resources by label selector (-l app=api,env=production). vismo has no equivalent yet. Adding --selector / -l to the get command and passing it through to the ListOptions call would let users narrow down which resources they want to inspect without knowing exact names.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cliRelated to CLI flags, commands, or UX in the terminalRelated to CLI flags, commands, or UX in the terminalenhancementNew feature or requestNew feature or requestpriority: mediumsize: mediumModerate complexity requiring some design decisions or coordinationModerate complexity requiring some design decisions or coordination