Say I wanted to have a separate stack per git bran...
# general
r
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
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
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
https://www.pulumi.com/docs/reference/cli/pulumi_up/ Look for the
--config
flags for up and preview