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
The esc env rm <env> command without additional positional arguments deletes the entire environment, which is unexpected and potentially dangerous.
Normally, esc env rm is used to remove data from an environment using positional arguments. The current behavior where omitting those arguments results in full environment deletion is confusing and has led to accidental deletions.
This behavior contributed to the need for environment deletion protection features.
The
esc env rm <env>command without additional positional arguments deletes the entire environment, which is unexpected and potentially dangerous.Normally,
esc env rmis used to remove data from an environment using positional arguments. The current behavior where omitting those arguments results in full environment deletion is confusing and has led to accidental deletions.This behavior contributed to the need for environment deletion protection features.
Context: https://pulumi.slack.com/archives/C04UZTMV0TF/p1730754600752399