Hello, I have created an organization in the gui a...
# getting-started
b
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
Try
pulumi stack init myorg/staging
.
b
Same error message.
l
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
?