pulumi / circleci

CircleCI Orbs for CI/CD using Pulumi.
Apache License 2.0
20 stars 15 forks source link

Add `pulumi stack destroy` command #16

Closed chrsmith closed 4 years ago

chrsmith commented 4 years ago

Add support for pulumi stack destroy. It really just should be a copy+paste of the pulumi/stack_update orb, just changing the command invoked. (Commands use the same args, etc.)

kenfdev commented 4 years ago

I'll take this 👍