I started a small PoC today. My team is considerin...
# getting-started
a
I started a small PoC today. My team is considering managing Gitlab repos configuration as code. Pulumi AI helped me with creating the python file. Here is where I'm stuck.
Copy code
lmilbaum@lmilbaum-mac pulumi % pulumi login --local
Logged in to lmilbaum-mac as lmilbaum (file://~)
lmilbaum@lmilbaum-mac pulumi % pulumi stack init poc

error: if you're using the --stack flag, pass the fully qualified name (organization/project/stack)
m
Did you create a project? A stack always belongs to a project, see https://www.pulumi.com/docs/iac/cli/commands/pulumi_new/
a
Thanks @modern-zebra-45309. Problem solved.