pulumi / circleci

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

Add 'pulumi stack init' and 'stack rm' commands #10

Closed chrsmith closed 4 years ago

chrsmith commented 4 years ago

Add support in the Pulumi orbs for the pulumi stack init and pulumi stack rm commands. This would allow for fully automating the lifecycle of a Pulumi program, e.g. as part of a "review app" or integration test scenario.

See documentation for the commands at: https://www.pulumi.com/docs/reference/cli/pulumi_stack/

kenfdev commented 4 years ago

First time contribution but let me take this 😉