pulumi/sdk/nodejs/tests/automation
Will Jones 01dc95a173
Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs (#16674)
By default, `pulumi destroy` removes all resources within a stack but
leaves the stack and its configuration intact. If one passes the
`--remove` option to `destroy`, however, the stack and its configuration
will also be removed once the resources within the stack have been
deleted. This commit updates the work of @Moon1706 in #11080 to add
`remove` as an option to the Go, NodeJS and Python Automation API SDKs'
`destroy` methods, which then perform an analogous clean-up.

Closes #11080

---------

Co-authored-by: Nikita Sharaev <n.p.sharaev@tinkoff.ru>
2024-07-17 09:07:30 +00:00
..
data Replace Rome with Biome in the NodeJS SDK (#16456) 2024-06-24 11:14:56 +00:00
cmd.spec.ts Allow disabling version validation when using a custom PulumiCommand isntance (#15242) 2024-01-26 13:41:10 +00:00
localWorkspace.spec.ts Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs (#16674) 2024-07-17 09:07:30 +00:00
remoteWorkspace.spec.ts Use new API for deployments (#15684) 2024-04-16 23:23:56 +00:00
util.ts use uuid instead of random number for test suffix (#14827) 2023-12-12 13:09:27 +00:00