1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pulumi-logout.md

21 lines
370 B
Markdown
Raw Normal View History

2024-11-06 13:23:48 -08:00
# 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}}`