From d7f6ac4df863ffb631bc7c9f5e342d1dfc3b7c09 Mon Sep 17 00:00:00 2001 From: Rosie Yohannan Date: Tue, 19 Mar 2024 13:05:10 +0000 Subject: [PATCH] Expand on show command --- cmd/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/context.go b/cmd/context.go index f359885e..8c63984e 100644 --- a/cmd/context.go +++ b/cmd/context.go @@ -103,7 +103,7 @@ are injected at runtime.`, listCommand.Flags().StringVar(&orgID, "org-id", "", orgIDUsage) showContextCommand := &cobra.Command{ - Short: "Show a context", + Short: "Show a list of all environment variables stored in a context.", Use: "show --org-id ", PreRunE: initClient, RunE: func(cmd *cobra.Command, args []string) error {