Skip to content

Commit

Permalink
docs: context get/set
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilla Vass committed Dec 6, 2023
1 parent fcb8d84 commit 7622ac6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/kubectl-testkube/commands/context/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func NewGetContextCmd() *cobra.Command {

cmd := &cobra.Command{
Use: "context <value>",
Short: "Set context for Testkube Cloud",
Short: "Set context for Testkube Pro",
Run: func(cmd *cobra.Command, args []string) {

cfg, err := config.Load()
Expand Down
2 changes: 1 addition & 1 deletion cmd/kubectl-testkube/commands/context/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func NewSetContextCmd() *cobra.Command {

cmd := &cobra.Command{
Use: "context <value>",
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()
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/testkube_get_context.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## testkube get context

Set context for Testkube Cloud
Set context for Testkube Pro

```
testkube get context <value> [flags]
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/testkube_set_context.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## testkube set context

Set context data for Testkube Cloud
Set context data for Testkube Pro

```
testkube set context <value> [flags]
Expand Down

0 comments on commit 7622ac6

Please sign in to comment.