From da84df7531f158eaaf08e0a91feaff8d4b81dc6a Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:23:48 -0800 Subject: [PATCH] pulumi-logout: add page (#14625) --- pages/common/pulumi-logout.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/pulumi-logout.md diff --git a/pages/common/pulumi-logout.md b/pages/common/pulumi-logout.md new file mode 100644 index 0000000000..60f2a84a92 --- /dev/null +++ b/pages/common/pulumi-logout.md @@ -0,0 +1,20 @@ +# pulumi logout + +> Log out of the Pulumi cloud. +> More information: . + +- 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}}`