diff --git a/cmd/kubectl-testkube/commands/context/get.go b/cmd/kubectl-testkube/commands/context/get.go index 19327a42ec5..0a20353c050 100644 --- a/cmd/kubectl-testkube/commands/context/get.go +++ b/cmd/kubectl-testkube/commands/context/get.go @@ -12,7 +12,7 @@ func NewGetContextCmd() *cobra.Command { cmd := &cobra.Command{ Use: "context ", - Short: "Set context for Testkube Cloud", + Short: "Set context for Testkube Pro", Run: func(cmd *cobra.Command, args []string) { cfg, err := config.Load() diff --git a/cmd/kubectl-testkube/commands/context/set.go b/cmd/kubectl-testkube/commands/context/set.go index f1743738d95..5061edd0cf8 100644 --- a/cmd/kubectl-testkube/commands/context/set.go +++ b/cmd/kubectl-testkube/commands/context/set.go @@ -19,7 +19,7 @@ func NewSetContextCmd() *cobra.Command { cmd := &cobra.Command{ Use: "context ", - Short: "Set context data for Testkube Cloud", + Short: "Set context data for Testkube Pro", Run: func(cmd *cobra.Command, args []string) { cfg, err := config.Load() diff --git a/docs/docs/cli/testkube_get_context.md b/docs/docs/cli/testkube_get_context.md index ccfd7d88bb9..58cb6eb95a2 100644 --- a/docs/docs/cli/testkube_get_context.md +++ b/docs/docs/cli/testkube_get_context.md @@ -1,6 +1,6 @@ ## testkube get context -Set context for Testkube Cloud +Set context for Testkube Pro ``` testkube get context [flags] diff --git a/docs/docs/cli/testkube_set_context.md b/docs/docs/cli/testkube_set_context.md index 4ddad053851..9f985272f90 100644 --- a/docs/docs/cli/testkube_set_context.md +++ b/docs/docs/cli/testkube_set_context.md @@ -1,6 +1,6 @@ ## testkube set context -Set context data for Testkube Cloud +Set context data for Testkube Pro ``` testkube set context [flags]