Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: make agent pro #4709

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/kubectl-testkube/commands/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func NewAgentCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "agent",
Short: "Testkube Cloud Agent related commands",
Short: "Testkube Pro Agent related commands",
Run: func(cmd *cobra.Command, args []string) {
client, _, err := common.GetClient(cmd)
ui.ExitOnError("getting client", err)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/testkube.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testkube [flags]
### SEE ALSO

* [testkube abort](testkube_abort.md) - Abort tests or test suites
* [testkube agent](testkube_agent.md) - Testkube Cloud Agent related commands
* [testkube agent](testkube_agent.md) - Testkube Pro Agent related commands
* [testkube cloud](testkube_cloud.md) - [Deprecated] Testkube Cloud commands
* [testkube completion](testkube_completion.md) - Generate the autocompletion script for the specified shell
* [testkube config](testkube_config.md) - Set feature configuration value
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/testkube_agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## testkube agent

Testkube Cloud Agent related commands
Testkube Pro Agent related commands

```
testkube agent [flags]
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/testkube_agent_debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ testkube agent debug [flags]

### SEE ALSO

* [testkube agent](testkube_agent.md) - Testkube Cloud Agent related commands
* [testkube agent](testkube_agent.md) - Testkube Pro Agent related commands

Loading