2024-11-09 07:51:16 -08:00
|
|
|
# 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:
|
|
|
|
|
2025-03-08 23:08:23 +02:00
|
|
|
`pulumi whoami {{[-v|--verbose]}}`
|
2024-11-09 07:51:16 -08:00
|
|
|
|
|
|
|
- Print detailed information about the currently logged in user as JSON:
|
|
|
|
|
2025-03-08 23:08:23 +02:00
|
|
|
`pulumi whoami {{[-j|--json]}}`
|
2024-11-09 07:51:16 -08:00
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
2025-03-08 23:08:23 +02:00
|
|
|
`pulumi whoami {{[-h|--help]}}`
|