--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # pulumi whoami > Print information about the currently logged in user. > More information: . - Print the username of the currently logged in user: `pulumi whoami` - Print detailed information about the currently logged in user: `pulumi whoami {{-v|--verbose}}` - Print detailed information about the currently logged in user as JSON: `pulumi whoami {{-j|--json}}` - Display help: `pulumi whoami {{-h|--help}}`