LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pulumi-whoami

Show current Pulumi user and backend

TLDR

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

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.

SEE ALSO

Copied to clipboard
Kai