Does `pulumi refresh --stack org/project/stack` al...
# general
a
Does
pulumi refresh --stack org/project/stack
always require a
Pulumi.yaml
file? We rely on the automation api extensively, so lots of time there isn't a
yaml
file available.
Ah, I see there is a WorkDir option passed into
InlineProgramArgs
(I am using dotnet) where it puts the yaml files.
This is better as it also provides the custom configs used in the automated run (like an AWS profile)