commands.sh

pulumi whoami

all

Print information about the currently logged in user.

More info →

Options (3)

-v, --verboseboolean

Print detailed information about the currently logged in user

Example: pulumi whoami {{[-v|--verbose]}}
-j, --jsonboolean

Print detailed information about the currently logged in user as JSON

Example: pulumi whoami {{[-j|--json]}}
-h, --helpboolean

Display help

Example: pulumi whoami {{[-h|--help]}}

Examples (4)

Print the username of the currently logged in user

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]
made by @shridhargupta | data from tldr-pages