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
As a programmatic user of @aws-cdk/toolkit-lib I'd like to be able to destroy stacks without explicit operator approval. At the moment this requires me implementing a custom ioHost, which can be a lot of work.
Regression Issue
Select this option if this issue appears to be a regression.
Last Known Working CDK Version
No response
Expected Behavior
While I understand and appreciate the current requestResponse system for operations that require some kind of intervention, I'd like an easy way to tell the toolkit that I want to destroy stacks without any approval.
It's already possible to turn off approvals for stack creation, and the legacy @aws-cdk/cli-lib-alpha also allowed to destroy stacks without approvals.
Current Behavior
Currently the only way to destroy stacks in a completely unattended way is to implement a passthrough ioHost, like:
This works, but requires me to now also take care of messaging and handle different levels - something that is done automatically by the default ioHost.
Reproduction Steps
N/A
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.1000.2
Framework Version
No response
Node.js Version
v22.x
OS
N/A
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
As a programmatic user of
@aws-cdk/toolkit-lib
I'd like to be able to destroy stacks without explicit operator approval. At the moment this requires me implementing a customioHost
, which can be a lot of work.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
While I understand and appreciate the current
requestResponse
system for operations that require some kind of intervention, I'd like an easy way to tell the toolkit that I want to destroy stacks without any approval.It's already possible to turn off approvals for stack creation, and the legacy
@aws-cdk/cli-lib-alpha
also allowed to destroy stacks without approvals.Current Behavior
Currently the only way to destroy stacks in a completely unattended way is to implement a passthrough
ioHost
, like:This works, but requires me to now also take care of messaging and handle different levels - something that is done automatically by the default
ioHost
.Reproduction Steps
N/A
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.1000.2
Framework Version
No response
Node.js Version
v22.x
OS
N/A
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: