pulumi / pulumi-az-pipelines-task

Azure Pipelines task extension for running Pulumi apps.
https://marketplace.visualstudio.com/publishers/pulumi
Apache License 2.0
27 stars 19 forks source link

Use the new flag on `stack select` to create a stack if one is not available #38

Closed praneetloke closed 3 years ago

praneetloke commented 4 years ago

With https://github.com/pulumi/pulumi/pull/3852, a new flag was added to support exactly the thing we want with #34. So once that is available, using that as the first-class way in the code to create the non-existent stack and falling back to the manual way for older versions of the CLI would be the best.

pulumi-bot commented 3 years ago

Cannot close issue without required labels: kind/