From df39e5fe453679fea0c26b691365c99e9f38fa40 Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Sat, 9 Nov 2024 07:51:16 -0800 Subject: [PATCH] pulumi-whoami: add page (#14729) Co-authored-by: Wiktor Perskawiec Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/pulumi-whoami.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/pulumi-whoami.md 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}}`