pulumi-logout

Remove stored Pulumi backend credentials

TLDR

Logout from current backend
$ pulumi logout
Logout from specific backend
$ pulumi logout [url]
Logout from all backends
$ pulumi logout --all

SYNOPSIS

pulumi logout [options] [url]

DESCRIPTION

pulumi logout removes stored credentials for a Pulumi backend. Does not affect deployed resources or state, only local authentication.

PARAMETERS

--all

Logout from all backends.
--local
Logout from local backend.

INSTALL

sudo pacman -S pulumi
sudo apk add pulumi
brew install pulumi
nix profile install nixpkgs#pulumi

SEE ALSO

pulumi(1), pulumi-login(1)