Skip to content

Commit

Permalink
feat(cli): add --dry-run to uninstall command
Browse files Browse the repository at this point in the history
Signed-off-by: hanshal101 <[email protected]>
  • Loading branch information
hanshal101 committed Aug 13, 2024
1 parent b2343f6 commit a21568a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/glasskube/cmd/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@ func init() {
uninstallCmd.PersistentFlags().BoolVarP(&uninstallCmdOptions.Yes, "yes", "y", false,
"Do not ask for any confirmation")
RootCmd.AddCommand(uninstallCmd)
uninstallCmdOptions.DryRunOptions.AddFlagsToCommand(uninstallCmd)
}

0 comments on commit a21568a

Please sign in to comment.