https://pulumi.com logo
#getting-started
Title
# getting-started
b

bored-advantage-18789

11/02/2023, 12:12 AM
Hello, I have created an organization in the gui at app.pulumi.com. When I use the cli via
pulumi stack init staging
it says the organization was not found. This is causing much confusion, is this a bug within the application or is there something I'm doing wrong on my end? I have already crated this as shown below:
Copy code
pulumi org
Current Backend: <https://api.pulumi.com>
Default Org: brianadams
l

little-cartoon-10569

11/02/2023, 12:18 AM
Try
pulumi stack init myorg/staging
.
b

bored-advantage-18789

11/02/2023, 12:23 AM
Same error message.
l

little-cartoon-10569

11/02/2023, 12:28 AM
You have the correct organization name on the left of the slash, and the stack name on the right? If you compare to
puluml stack ls
, is the org name exactly the same as in your existing stacks?
Also, have you logged into app.pulumi.com via
pulumi login
?
2 Views