pulumi / circleci

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

Add --yes option to stack_rm #22

Closed kenfdev closed 4 years ago

kenfdev commented 4 years ago

A quick fix for the stack_rm orb.

Currently, the non-interactive mode is not respected in pulumi cli, so this forces a --yes option to ignore the prompts.

Tested here: https://github.com/kenfdev/pulumi-stack-output-sample/blob/master/.circleci/config.yml#L53

Closes #21

Signed-off-by: Ken Fukuyama kenfdev@gmail.com

pgavlin commented 4 years ago

cc @chrsmith