Can someone point me in the right direction about ...
# general
g
Can someone point me in the right direction about config? I'd like to default to
--suppress-outputs
on my local machine but still have them in CI pipeline. I did not find any information here: https://www.pulumi.com/docs/intro/concepts/project/#pulumi-yaml or here: https://www.pulumi.com/docs/reference/cli/environment-variables/ yet
pulumi up
has an option
--config
or
--config-file
-however I assume its a reference to
Pulumi.<StackName>.yaml
config file right?