From 175660cd41bed2914c00549b1c561509b69e4bd1 Mon Sep 17 00:00:00 2001 From: "@tobeycodes" <3613405+tobeycodes@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:32:35 +0100 Subject: [PATCH] chore: add profile option to whoami command in docs Updated the 'temporal cloud whoami' command to include the '--profile prod' option for clarity. --- docs/cli/cloud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/cloud.mdx b/docs/cli/cloud.mdx index bb2c154c13..696b70092e 100644 --- a/docs/cli/cloud.mdx +++ b/docs/cli/cloud.mdx @@ -52,7 +52,7 @@ configuration profile. To confirm your login, run the `temporal cloud whoami` command: ```bash -temporal cloud whoami +temporal cloud whoami --profile prod ``` Run commands against Temporal Cloud by specifying the profile, address, and Namespace: