We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
Cannot find a clean up guide or docs for move2kube CLI or UI
Describe the solution you'd like
Add clean up guide and docs for move2kube or point CLI and UI
The text was updated successfully, but these errors were encountered:
Cannot find uninstallation script or docs for move2kube CLI or UI
At least for the UI the instructions are for running as a docker container https://github.com/konveyor/move2kube-ui?tab=readme-ov-file#starting-the-ui so there's no uninstall step involved.
For the CLI we can potentially add an uninstall script, but if you install using homebrew brew install move2kube (https://github.com/konveyor/move2kube?tab=readme-ov-file#using-homebrew) then the uninstall is same as all other homebrew packages. brew uninstall move2kube
brew install move2kube
brew uninstall move2kube
For now you can uninstall with rm /usr/local/bin/move2kube
rm /usr/local/bin/move2kube
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Cannot find a clean up guide or docs for move2kube CLI or UI
Describe the solution you'd like
Add clean up guide and docs for move2kube or point CLI and UI
The text was updated successfully, but these errors were encountered: