Skip to content

Commit d3ef9a5

Browse files
committed
Cleanup help text for tanzu context create command
Signed-off-by: Prem Kumar Kalle <prem.kalle@broadcom.com>
1 parent 87df35c commit d3ef9a5

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

pkg/command/context.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ var createCtxCmd = &cobra.Command{
182182
# Create a Tanzu context but skip TLS verification (this is insecure):
183183
tanzu context create mytanzu --endpoint https://api.tanzu.cloud.vmware.com --insecure-skip-tls-verify
184184
185-
Note: The "tanzu" context type is being released to provide advance support for the development
186-
and release of new services (and CLI plugins) which extend and combine features provided by
187-
individual tanzu components.
188-
189185
Notes:
190186
1. TMC context: To create Mission Control (TMC) context an API Key is required. It can be provided using the
191187
TANZU_API_TOKEN environment variable or entered during context creation.
@@ -852,13 +848,6 @@ func promptContextType() (ctxCreationType ContextCreationType, err error) {
852848
ctxCreationTypeStr := ""
853849
promptOpts := getPromptOpts()
854850

855-
fmt.Print(`
856-
Note: The "tanzu" context type is being released to provide advance support for the development
857-
and release of new services (and CLI plugins) which extend and combine features provided by
858-
individual tanzu components.
859-
860-
`)
861-
862851
err = component.Prompt(
863852
&component.PromptConfig{
864853
Message: "Select context creation type",

0 commit comments

Comments
 (0)