1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 08:02:08 +02:00

pulumi-whoami: add page (#14729)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Nelson Figueroa 2024-11-09 07:51:16 -08:00 committed by GitHub
parent 2a06ff02cc
commit df39e5fe45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
# 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}}`