acoustic-toothbrush-71581
12/16/2019, 11:24 PM❯ tree
.
├── program
│ └── index.ts
└── stack
├── Pulumi.my-stack.yaml
└── Pulumi.yaml
is this feasible?colossal-plastic-46140
12/16/2019, 11:29 PMacoustic-toothbrush-71581
12/16/2019, 11:32 PMwhite-balloon-205
acoustic-toothbrush-71581
12/16/2019, 11:40 PM# Pulumi.yaml
main: ${PULUMI_MAIN}/foobar.js
white-balloon-205
PULUMI_MAIN
to come form? Is that an environment variable?acoustic-toothbrush-71581
12/17/2019, 12:27 AMPULUMI_MAIN=foo/bar/index.ts pulumi up
However I've discovered the config file can be site via flag so that might be a bit moot at least for me now.main
entrypoint as a cli flag.pulumi up --entrypoint=/tmp/index.ts
white-balloon-205
acoustic-toothbrush-71581
12/17/2019, 12:30 AMbut I think it may actually be better/cleaner to make that something you do elsewhere in your workflow as part of creating these files.Agreed.
--config-file
?