mirror of https://github.com/CrimsonTome/tldr.git
396 B
396 B
pulumi login
Log in to the Pulumi cloud. More information: https://www.pulumi.com/docs/cli/commands/pulumi_login/.
- Log in to the managed Pulumi Cloud backend, defaults to
app.pulumi.cloud
:
pulumi login
- Log in to a self-hosted Pulumi Cloud backend on a specified URL:
pulumi login {{url}}
- Use Pulumi locally, independent of a Pulumi Cloud:
pulumi login {{-l|--local}}