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:
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}}`
|
Reference in New Issue
Block a user