Once I `pulumi login` using the cli, is there a cl...
# pulumi-cloud
q
Once I
pulumi login
using the cli, is there a cli command to check which Pulumi service organization and project I am using? And how can I change the Pulumi service organization and project for the Pulumi project I am using with pulumi cli? I am trying to deploy a Pulumi stack but the Pulumi service is using my personal account for storing the project - I would like to use my company organization and one particular project under the organization in the Pulumi service.
p
you will need to make sure the stack name is
<org>/<stack-name>
project is based on the local Pulumi.yaml file
q
Ok. Thanks!
l