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
If run without --no-interactive the user is prompted for a literal yes prior to running an update, but there is zero confirmation for delete; this scares me.
Instead of having separate confirmation clauses for major actions I toyed with having a simple shared function, possibly in lib/command_line.rb, that can be used by delete, update, and possibly deploy, to ensure safety from humans being human. Would this be desired by others and is command_line the best place for this?
The text was updated successfully, but these errors were encountered:
pingram3030
changed the title
RFE: Confirmation on major stack actions
RFC: Confirmation on major stack actions
Apr 26, 2017
If run without
--no-interactive
the user is prompted for a literalyes
prior to running anupdate
, but there is zero confirmation fordelete
; this scares me.Instead of having separate confirmation clauses for major actions I toyed with having a simple shared function, possibly in
lib/command_line.rb
, that can be used bydelete
,update
, and possiblydeploy
, to ensure safety from humans being human. Would this be desired by others and iscommand_line
the best place for this?The text was updated successfully, but these errors were encountered: