mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-30 23:15:23 +02:00
pulumi-logout: add page (#14625)
This commit is contained in:
parent
5bfb6d6d0a
commit
da84df7531
1 changed files with 20 additions and 0 deletions
20
pages/common/pulumi-logout.md
Normal file
20
pages/common/pulumi-logout.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# pulumi logout
|
||||
|
||||
> Log out of the Pulumi cloud.
|
||||
> More information: <https://www.pulumi.com/docs/cli/commands/pulumi_logout/>.
|
||||
|
||||
- Log out of a specific cloud backend:
|
||||
|
||||
`pulumi logout {{url}}`
|
||||
|
||||
- Log out of all backends simultaneously:
|
||||
|
||||
`pulumi logout --all`
|
||||
|
||||
- Log out of using local mode:
|
||||
|
||||
`pulumi logout {{-l|--local}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pulumi logout {{-h|--help}}`
|
Loading…
Add table
Reference in a new issue