Is it expected behavior that `--config-file` is re...
# general
o
Is it expected behavior that
--config-file
is resolved relative to the Pulumi CWD argument and not relative to the PWD? E.g.: I run from
~/monorepo/pulumi
the command:
pulumi -C infra/hello-world --config-file config/Pulumi.dev.yaml up
And it appears to try to load:
~/monorepo/pulumi/infra/hello-world/config/Pulumi.dev.yaml
, instead of:
~/monorepo/pulumi/config/Pulumi.dev.yaml