Add pulumi/pulumi_stack select #31
Labels
customer/feedback
Feedback from customers
good-first-issue
Start here if you'd like to start contributing to Pulumi
kind/enhancement
Improvements or new features
We should add a
pulumi/stack_select
orb. It isn't needed in many situations, because you can add a--stack
flag to theup
orpreview
commands.However, when using Pulumi in CI and creating ephemeral environments you need to "select a stack, or create it if it is the first time referencing it". (#30 describes this type of situation.)
By having a way to express
pulumi stack select
via an orb, it would be easier to use Pulumi in CircleCI.The text was updated successfully, but these errors were encountered: