Files
cheatsheet-tldr/tldr/pulumi-login
2025-10-03 00:18:44 +00:00

26 lines
551 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# pulumi login
> Log in to the Pulumi cloud.
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_login/>.
- Log in to the managed Pulumi Cloud backend, defaults to `https://api.pulumi.com`:
`pulumi login`
- Log in to a self-hosted Pulumi Cloud backend on a specified URL:
`pulumi login {{url}}`
- Use Pulumi locally, independent of a cloud backend:
`pulumi login {{[-l|--local]}}`
- Display help:
`pulumi login {{[-h|--help]}}`