From cfca56bb25e8f678ec5c4171531a4463db601e14 Mon Sep 17 00:00:00 2001 From: Nizar Tyrewalla <41309065+ntyrewalla@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:07:06 -0800 Subject: [PATCH] Add group option to environment show command Modified the command to include the group option for better environment inspection. Signed-off-by: Nizar Tyrewalla <41309065+ntyrewalla@users.noreply.github.com> --- docs/content/tutorials/create-environment/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorials/create-environment/index.md b/docs/content/tutorials/create-environment/index.md index 4d842c69f..014305c06 100644 --- a/docs/content/tutorials/create-environment/index.md +++ b/docs/content/tutorials/create-environment/index.md @@ -49,7 +49,7 @@ Successfully created environment "my-env" in resource group "my-group" Inspect the Environment using the `rad environment show` ```bash -rad environment show my-env --output json +rad environment show my-env --group my-group --output json ``` You should see output similar to: