-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: uninstaller for Parseable installer #75
Conversation
@@ -0,0 +1,28 @@ | |||
package cmd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the license header
|
||
var UnInstallOssCmd = &cobra.Command{ | ||
Use: "oss", | ||
Short: "Uninstall Parseable OSS", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a name of each installation so it is possible to install multiple instances and then delete the one you want to delete.
@@ -0,0 +1,27 @@ | |||
package installer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Banner
@@ -0,0 +1,158 @@ | |||
package installer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Banner
No description provided.