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

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