mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
471 B
Plaintext
26 lines
471 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pulumi logout
|
|
|
|
> Log out of the Pulumi cloud.
|
|
> More information: <https://www.pulumi.com/docs/iac/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]}}`
|