Skip to content

Commit

Permalink
provide force deletion option to delete DR (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
posriniv authored Dec 12, 2024
1 parent 3e0bf0e commit 80c7438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dr/config/delete_dr.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ func init() {
ConfigCmd.AddCommand(deleteDrCmd)
deleteDrCmd.Flags().String("config", "", "[REQUIRED] Name of the DR configuration")
deleteDrCmd.MarkFlagRequired("config")
deleteDrCmd.Flags().BoolP("force", "f", false, "Bypass the prompt for non-interactive usage")

}

0 comments on commit 80c7438

Please sign in to comment.