snippetbashTip
pulumi logout — Log out of the Pulumi cloud. More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_
Viewed 0 times
thecommandcloudclilogpulumi logoutoutpulumi
Problem
How to use the
pulumi logout command: Log out of the Pulumi cloud. More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_logout/>.Solution
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 --allLog out of using local mode:
pulumi logout {{[-l|--local]}}Display help:
pulumi logout {{[-h|--help]}}Code Snippets
Log out of a specific cloud backend
pulumi logout {{url}}Log out of all backends simultaneously
pulumi logout --allLog out of using local mode
pulumi logout {{[-l|--local]}}Display help
pulumi logout {{[-h|--help]}}Context
tldr-pages: common/pulumi logout
Revisions (0)
No revisions yet.