pulumi/sdk/nodejs/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
..
cmd.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
config.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
errors.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
events.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
index.ts Export automation.tag.TagMap type & @param tag fixes (#15774) 2024-03-25 14:33:15 +00:00
localWorkspace.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
minimumVersion.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
projectSettings.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
remoteStack.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
remoteWorkspace.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
server.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
stack.ts Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs (#16674) 2024-07-17 09:07:30 +00:00
stackSettings.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
tag.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00
workspace.ts Improve TypeDocs for `sdk/nodejs/automation` (#16616) 2024-07-10 17:22:24 +00:00