diff --git a/pages/common/pulumi-whoami.md b/pages/common/pulumi-whoami.md new file mode 100644 index 0000000000..bae59514f7 --- /dev/null +++ b/pages/common/pulumi-whoami.md @@ -0,0 +1,20 @@ +# pulumi whoami + +> Print information about the currently logged in user. +> More information: . + +- 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}}`