-
Notifications
You must be signed in to change notification settings - Fork 107
Add validate command #573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add validate command #573
Conversation
- Replace monolithic help with categorized progressive help system - Add dedicated help functions for each command category - Handle trailing commas/spaces in ParseImageInput without errors - Add fuzzy matching with "Did you mean?" suggestions for typos - Add comprehensive test coverage for parsing edge cases Signed-off-by: Vimal Kumar <vimal78@gmail.com>
- Add validate command to check syntax without execution - Support validation for launch, test, and build commands - Include detailed error messages and configuration preview - Update help documentation with validate examples - Use existing CheckValidJobConfiguration for validation logic Signed-off-by: Vimal Kumar <vimal78@gmail.com>
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vimalk78 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Added a command to validate syntax of another command, using existing validation logic.
validate <command>- Check command syntax without executingrequires merging #571