1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pulumi-whoami.md
Nelson Figueroa df39e5fe45
pulumi-whoami: add page (#14729)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-11-09 16:51:16 +01:00

481 B

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