This message was deleted.
s
This message was deleted.
b
the S3/filestate backends don't support projects or organisations. you need to call your stack
{project/name}
for example `pulumi stack init vpc.dev
p
And can I extract the “dev” part out of it?
Or do I have to get that manually with “getStack()“?
b
getStack()
wil return the full stack name, eg
<http://vpc.dev|vpc.dev>
- you can split that using whatever string split mechanism you want
p
Got it, thank you!