Skip to content
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

fix: missing validation for backend option in remove command #429

Merged

Conversation

matthisholleville
Copy link
Contributor

Closes #

📑 Description

The commit fixes an issue where the --backend option was not properly validated in the remove command.

Previously, the command did not check if the --backend option was set, leading to potential errors. This fix ensures that the option is required and throws an error if it is missing.

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

Signed-off-by: Matthis Holleville <matthish29@gmail.com>
@matthisholleville matthisholleville requested review from a team as code owners May 16, 2023 11:51
@AlexsJones AlexsJones merged commit af826d5 into k8sgpt-ai:main May 16, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants