mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 15:35:28 +02:00
20 lines
487 B
Markdown
20 lines
487 B
Markdown
# 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]}}`
|