pulumi-whoami

Show current Pulumi user and backend

TLDR

Show current user
$ pulumi whoami
Show detailed info
$ pulumi whoami -v
Show in JSON format
$ pulumi whoami --json

SYNOPSIS

pulumi whoami [options]

DESCRIPTION

pulumi whoami displays the currently logged-in user and backend. Shows username, organization, and backend URL. Useful for verifying authentication status.

PARAMETERS

-v, --verbose

Show detailed information.
--json
Output as JSON.

INSTALL

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

SEE ALSO

pulumi(1), pulumi-login(1), pulumi-logout(1)