snippetbashTip
pulumi whoami — Print information about the currently logged in user. More information: <https://www.pulumi.com/docs
Viewed 0 times
thecommandcliprintinformationcurrentlyaboutpulumi whoami
Problem
How to use the
pulumi whoami command: Print information about the currently logged in user. More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_whoami/>.Solution
pulumi whoami — Print information about the currently logged in user. More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_whoami/>.Print the username of the currently logged in user:
pulumi whoamiPrint 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]}}Code Snippets
Print the username of the currently logged in user
pulumi whoamiPrint 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]}}Context
tldr-pages: common/pulumi whoami
Revisions (0)
No revisions yet.