LinuxCommandLibrary

pulumi-logout

Remove stored Pulumi backend credentials

TLDR

Logout from current backend

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

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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community