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:
parent
2a06ff02cc
commit
df39e5fe45
1 changed files with 20 additions and 0 deletions
20
pages/common/pulumi-whoami.md
Normal file
20
pages/common/pulumi-whoami.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue