Skip to content

Commit

Permalink
Cleanup help text for tanzu context create command
Browse files Browse the repository at this point in the history
Signed-off-by: Prem Kumar Kalle <[email protected]>
  • Loading branch information
prkalle authored and vuil committed May 9, 2024
1 parent 4b1f036 commit fcfa706
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pkg/command/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ var createCtxCmd = &cobra.Command{
# Create a Tanzu context but skip TLS verification (this is insecure):
tanzu context create mytanzu --endpoint https://api.tanzu.cloud.vmware.com --insecure-skip-tls-verify
Note: The "tanzu" context type is being released to provide advance support for the development
and release of new services (and CLI plugins) which extend and combine features provided by
individual tanzu components.
Notes:
1. TMC context: To create Mission Control (TMC) context an API Key is required. It can be provided using the
TANZU_API_TOKEN environment variable or entered during context creation.
Expand Down Expand Up @@ -852,13 +848,6 @@ func promptContextType() (ctxCreationType ContextCreationType, err error) {
ctxCreationTypeStr := ""
promptOpts := getPromptOpts()

fmt.Print(`
Note: The "tanzu" context type is being released to provide advance support for the development
and release of new services (and CLI plugins) which extend and combine features provided by
individual tanzu components.
`)

err = component.Prompt(
&component.PromptConfig{
Message: "Select context creation type",
Expand Down

0 comments on commit fcfa706

Please sign in to comment.