You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement command execution confirmation for commands that involve destructive operations, particularly wrench drop.
Introduce a -q/--quiet flag to facilitate execution without the confirmation prompt.
WHY
I accidentally executed a destructive change using wrench drop. It would be less error-prone and safer to include a confirmation step that verifies which database is to be dropped.
The text was updated successfully, but these errors were encountered:
WHAT
Implement command execution confirmation for commands that involve destructive operations, particularly wrench drop.
Introduce a -q/--quiet flag to facilitate execution without the confirmation prompt.
WHY
I accidentally executed a destructive change using wrench drop. It would be less error-prone and safer to include a confirmation step that verifies which database is to be dropped.
The text was updated successfully, but these errors were encountered: