Open Issues Need Help
View All on GitHub CLI: Validations using Cobra's Helpers about 1 hour ago
AI Summary: This issue proposes refactoring existing CLI command validations to utilize Cobra's built-in helpers like `MarkFlagRequired`, `MarkFlagsRequiredTogether`, `MarkFlagsMutuallyExclusive`, and `MarkFlagsOneRequired`. The goal is to replace custom, often duplicated validation logic with these standardized Cobra APIs, and use `Annotations` for validating specific flag values.
Complexity:
3/5
help wanted good first issue
CLI: Pinning environment with namespace and app 4 months ago
help wanted good first issue
good first issue proposal