green-morning-1318
03/18/2020, 8:31 PM$ pulumi --help
error: program failed: missing project name
So when I run any pulumi command, regardless of whether I run the command in a folder with a proper Pulumi config I get the error missing project name
.limited-rainbow-51650
03/18/2020, 8:32 PMPulumi.yaml
in your project root? does it have a name: <project-name>
property defined?green-morning-1318
03/18/2020, 8:32 PMname: acmeserverless-payment
go get
added a pulumi binary to my bin folder. That binary got executed when I ran pulumi instead of the binary I expected it to belimited-rainbow-51650
03/18/2020, 8:41 PMwhite-balloon-205
Pulumi.yaml
) instead of just something with the right name happening to be on the path.
cc @lemon-agent-27707green-morning-1318
03/18/2020, 10:12 PM