https://pulumi.com logo
r

rapid-raincoat-36492

09/28/2021, 10:24 PM
Say I wanted to have a separate stack per git branch for a project, can I do so without having
Pulumi.<stack-name>.yaml
files created for every branch in git?
g

green-stone-37839

09/28/2021, 10:37 PM
It's possible to take this approach you'll just have to specify where Pulumi should look for configuration values due to the absence of a
Pulumi.<stack>.yaml
file.
r

rapid-raincoat-36492

09/28/2021, 10:39 PM
are there docs on where else to specify those values? I don't see anything on it in the Stacks page, but I'm pretty new here so I could be missing it
g

green-stone-37839

09/29/2021, 1:51 AM
https://www.pulumi.com/docs/reference/cli/pulumi_up/ Look for the
--config
flags for up and preview
3 Views