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
This update adds new features to the destroy script to allow stack
destruction without an existing build state and to make it more robust.
Changes are:
+ Added a --default-projects flag to use the paths to the default
pulumi projects when calling destroy
+ Added a -s flag to set the stack name explicitly
+ Added a retry loop in the event of a timeout error (such as might
happen for lamba@edge)
+ Added a -f and --force flag which will run pulumi cancel before
trying to start a destroy operation.
0 commit comments