how can I programmatically create project and stac...
# general
b
how can I programmatically create project and stack in organisation? My current attempt is
PULUMI_ACCESS_TOKEN=.... pulumi new gcp-typescript --force --name gcp-bootstrap --stack prod
fails 😞
interactive mode doesn't help either:
Copy code
project name: (code) <ORG>/gcp-bootstrap
Sorry, '<ORG>/gcp-bootstrap' is not a valid project name. A project name may only contain alphanumeric, hyphens, underscores, and periods.
Oh, $ORG goes into stack name, not project name. non-interactive setup still didn't work though