HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pulumi whoami — Print information about the currently logged in user. More information: <https://www.pulumi.com/docs

Submitted by: @import:tldr-pages··
0
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 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]}}

Code Snippets

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]}}

Context

tldr-pages: common/pulumi whoami

Revisions (0)

No revisions yet.