mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
pulumi-login: add page (#13602)
This commit is contained in:
parent
8a6ded107e
commit
a70336b903
1 changed files with 16 additions and 0 deletions
16
pages/common/pulumi-login.md
Normal file
16
pages/common/pulumi-login.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue