diff --git a/docs/cli/testkube.md b/docs/cli/testkube.md index 86ecce04afa..0920903bcc2 100644 --- a/docs/cli/testkube.md +++ b/docs/cli/testkube.md @@ -13,14 +13,16 @@ testkube [flags] ### Options ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -h, --help help for testkube - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -h, --help help for testkube + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO +* [testkube analytics](testkube_analytics.md) - Analytics management actions * [testkube artifacts](testkube_artifacts.md) - Artifacts management commands * [testkube completion](testkube_completion.md) - generate the autocompletion script for the specified shell * [testkube crd](testkube_crd.md) - CRDs management commands diff --git a/docs/cli/testkube_analytics.md b/docs/cli/testkube_analytics.md new file mode 100644 index 00000000000..aad38e7ad36 --- /dev/null +++ b/docs/cli/testkube_analytics.md @@ -0,0 +1,30 @@ +## testkube analytics + +Analytics management actions + +``` +testkube analytics [flags] +``` + +### Options + +``` + -h, --help help for analytics +``` + +### Options inherited from parent commands + +``` + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages +``` + +### SEE ALSO + +* [testkube](testkube.md) - testkube entrypoint for plugin +* [testkube analytics disable](testkube_analytics_disable.md) - disable collecting of anonymous analytics +* [testkube analytics enable](testkube_analytics_enable.md) - Enable collecting of anonymous analytics +* [testkube analytics status](testkube_analytics_status.md) - Get analytics status + diff --git a/docs/cli/testkube_analytics_disable.md b/docs/cli/testkube_analytics_disable.md new file mode 100644 index 00000000000..95fbbe74758 --- /dev/null +++ b/docs/cli/testkube_analytics_disable.md @@ -0,0 +1,27 @@ +## testkube analytics disable + +disable collecting of anonymous analytics + +``` +testkube analytics disable [flags] +``` + +### Options + +``` + -h, --help help for disable +``` + +### Options inherited from parent commands + +``` + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages +``` + +### SEE ALSO + +* [testkube analytics](testkube_analytics.md) - Analytics management actions + diff --git a/docs/cli/testkube_analytics_enable.md b/docs/cli/testkube_analytics_enable.md new file mode 100644 index 00000000000..07007ae07ab --- /dev/null +++ b/docs/cli/testkube_analytics_enable.md @@ -0,0 +1,27 @@ +## testkube analytics enable + +Enable collecting of anonymous analytics + +``` +testkube analytics enable [flags] +``` + +### Options + +``` + -h, --help help for enable +``` + +### Options inherited from parent commands + +``` + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages +``` + +### SEE ALSO + +* [testkube analytics](testkube_analytics.md) - Analytics management actions + diff --git a/docs/cli/testkube_analytics_status.md b/docs/cli/testkube_analytics_status.md new file mode 100644 index 00000000000..8611d5f564e --- /dev/null +++ b/docs/cli/testkube_analytics_status.md @@ -0,0 +1,27 @@ +## testkube analytics status + +Get analytics status + +``` +testkube analytics status [flags] +``` + +### Options + +``` + -h, --help help for status +``` + +### Options inherited from parent commands + +``` + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages +``` + +### SEE ALSO + +* [testkube analytics](testkube_analytics.md) - Analytics management actions + diff --git a/docs/cli/testkube_artifacts.md b/docs/cli/testkube_artifacts.md index 3058a4f403c..b35cf929cc1 100644 --- a/docs/cli/testkube_artifacts.md +++ b/docs/cli/testkube_artifacts.md @@ -15,9 +15,10 @@ testkube artifacts [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_artifacts_download-one.md b/docs/cli/testkube_artifacts_download-one.md index 33fdd8db89b..4d1984929c7 100644 --- a/docs/cli/testkube_artifacts_download-one.md +++ b/docs/cli/testkube_artifacts_download-one.md @@ -18,9 +18,10 @@ testkube artifacts download-one [flags ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_artifacts_download.md b/docs/cli/testkube_artifacts_download.md index 88068fd87c9..d682f1e9227 100644 --- a/docs/cli/testkube_artifacts_download.md +++ b/docs/cli/testkube_artifacts_download.md @@ -17,9 +17,10 @@ testkube artifacts download [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_artifacts_list.md b/docs/cli/testkube_artifacts_list.md index 4e10c55dc1c..e88c08e98dc 100644 --- a/docs/cli/testkube_artifacts_list.md +++ b/docs/cli/testkube_artifacts_list.md @@ -16,9 +16,10 @@ testkube artifacts list [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_completion.md b/docs/cli/testkube_completion.md index caf995ad17b..b555c94abf4 100644 --- a/docs/cli/testkube_completion.md +++ b/docs/cli/testkube_completion.md @@ -18,9 +18,10 @@ See each sub-command's help for details on how to use the generated script. ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_completion_bash.md b/docs/cli/testkube_completion_bash.md index dd85d72ba16..aece22aefd2 100644 --- a/docs/cli/testkube_completion_bash.md +++ b/docs/cli/testkube_completion_bash.md @@ -36,9 +36,10 @@ testkube completion bash ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_completion_fish.md b/docs/cli/testkube_completion_fish.md index b612c79263c..9d08e5860dc 100644 --- a/docs/cli/testkube_completion_fish.md +++ b/docs/cli/testkube_completion_fish.md @@ -30,9 +30,10 @@ testkube completion fish [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_completion_powershell.md b/docs/cli/testkube_completion_powershell.md index e170800bb97..a6080354704 100644 --- a/docs/cli/testkube_completion_powershell.md +++ b/docs/cli/testkube_completion_powershell.md @@ -28,9 +28,10 @@ testkube completion powershell [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_completion_zsh.md b/docs/cli/testkube_completion_zsh.md index 4c229f78656..5e48ef68ae1 100644 --- a/docs/cli/testkube_completion_zsh.md +++ b/docs/cli/testkube_completion_zsh.md @@ -35,9 +35,10 @@ testkube completion zsh [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_crd.md b/docs/cli/testkube_crd.md index 17071e4b90f..29e8050a80e 100644 --- a/docs/cli/testkube_crd.md +++ b/docs/cli/testkube_crd.md @@ -19,9 +19,10 @@ testkube crd [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_crd_tests.md b/docs/cli/testkube_crd_tests.md index e3dbc38a5f7..a4a34dc97a7 100644 --- a/docs/cli/testkube_crd_tests.md +++ b/docs/cli/testkube_crd_tests.md @@ -19,9 +19,10 @@ testkube crd tests [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_dashboard.md b/docs/cli/testkube_dashboard.md index 8b173184ef4..bab6af6b93f 100644 --- a/docs/cli/testkube_dashboard.md +++ b/docs/cli/testkube_dashboard.md @@ -20,9 +20,10 @@ testkube dashboard [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_doc.md b/docs/cli/testkube_doc.md index 1d0f126bc73..4cb13231eb6 100644 --- a/docs/cli/testkube_doc.md +++ b/docs/cli/testkube_doc.md @@ -19,9 +19,10 @@ testkube doc [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_executors.md b/docs/cli/testkube_executors.md index 68afae40cb8..9e726d3a4d6 100644 --- a/docs/cli/testkube_executors.md +++ b/docs/cli/testkube_executors.md @@ -17,9 +17,10 @@ testkube executors [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_executors_create.md b/docs/cli/testkube_executors_create.md index 40306b89294..dca74573172 100644 --- a/docs/cli/testkube_executors_create.md +++ b/docs/cli/testkube_executors_create.md @@ -24,6 +24,7 @@ testkube executors create [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_executors_delete.md b/docs/cli/testkube_executors_delete.md index e5773787a62..1e51000a1ed 100644 --- a/docs/cli/testkube_executors_delete.md +++ b/docs/cli/testkube_executors_delete.md @@ -20,6 +20,7 @@ testkube executors delete [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_executors_get.md b/docs/cli/testkube_executors_get.md index 4cea79d40ef..933b1f605d5 100644 --- a/docs/cli/testkube_executors_get.md +++ b/docs/cli/testkube_executors_get.md @@ -20,6 +20,7 @@ testkube executors get [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_executors_list.md b/docs/cli/testkube_executors_list.md index 2ef723ab690..2035d2e4f1d 100644 --- a/docs/cli/testkube_executors_list.md +++ b/docs/cli/testkube_executors_list.md @@ -19,6 +19,7 @@ testkube executors list [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_install.md b/docs/cli/testkube_install.md index 2454ea29396..196a9f7e591 100644 --- a/docs/cli/testkube_install.md +++ b/docs/cli/testkube_install.md @@ -24,9 +24,10 @@ testkube install [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_migrate.md b/docs/cli/testkube_migrate.md index 55375522008..eb8adfc50de 100644 --- a/docs/cli/testkube_migrate.md +++ b/docs/cli/testkube_migrate.md @@ -19,9 +19,10 @@ testkube migrate [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_tests.md b/docs/cli/testkube_tests.md index a617b5d67f8..72019341021 100644 --- a/docs/cli/testkube_tests.md +++ b/docs/cli/testkube_tests.md @@ -21,9 +21,10 @@ testkube tests [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_tests_abort.md b/docs/cli/testkube_tests_abort.md index 69dffe3f8cd..45b84eddff3 100644 --- a/docs/cli/testkube_tests_abort.md +++ b/docs/cli/testkube_tests_abort.md @@ -15,6 +15,7 @@ testkube tests abort [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_tests_create.md b/docs/cli/testkube_tests_create.md index 798a91012c1..76be2603f14 100644 --- a/docs/cli/testkube_tests_create.md +++ b/docs/cli/testkube_tests_create.md @@ -30,6 +30,7 @@ testkube tests create [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_tests_delete-all.md b/docs/cli/testkube_tests_delete-all.md index 09dc388fc68..1795f8abdd2 100644 --- a/docs/cli/testkube_tests_delete-all.md +++ b/docs/cli/testkube_tests_delete-all.md @@ -15,6 +15,7 @@ testkube tests delete-all [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_tests_delete.md b/docs/cli/testkube_tests_delete.md index 1185ade42f8..ff4978f702f 100644 --- a/docs/cli/testkube_tests_delete.md +++ b/docs/cli/testkube_tests_delete.md @@ -15,6 +15,7 @@ testkube tests delete [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_tests_execution.md b/docs/cli/testkube_tests_execution.md index 5141b341509..5c700a4b272 100644 --- a/docs/cli/testkube_tests_execution.md +++ b/docs/cli/testkube_tests_execution.md @@ -19,6 +19,7 @@ testkube tests execution [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_tests_executions.md b/docs/cli/testkube_tests_executions.md index 5b789ba9dff..dd3d3f2cc22 100644 --- a/docs/cli/testkube_tests_executions.md +++ b/docs/cli/testkube_tests_executions.md @@ -20,6 +20,7 @@ testkube tests executions [testName] [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_tests_get.md b/docs/cli/testkube_tests_get.md index 20bf2fce5a0..3ff0d3c8486 100644 --- a/docs/cli/testkube_tests_get.md +++ b/docs/cli/testkube_tests_get.md @@ -19,6 +19,7 @@ testkube tests get [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_tests_list.md b/docs/cli/testkube_tests_list.md index b5ec02da8a9..9c83bdaee1b 100644 --- a/docs/cli/testkube_tests_list.md +++ b/docs/cli/testkube_tests_list.md @@ -20,6 +20,7 @@ testkube tests list [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_tests_run.md b/docs/cli/testkube_tests_run.md index e6023e41333..167b8cda409 100644 --- a/docs/cli/testkube_tests_run.md +++ b/docs/cli/testkube_tests_run.md @@ -13,6 +13,7 @@ testkube tests run [flags] ### Options ``` + --args stringArray executor binary additional arguments -a, --download-artifacts downlaod artifacts automatically --download-dir string download dir (default "artifacts") -h, --help help for run @@ -25,6 +26,7 @@ testkube tests run [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_tests_update.md b/docs/cli/testkube_tests_update.md index 143978978df..f942b74fce3 100644 --- a/docs/cli/testkube_tests_update.md +++ b/docs/cli/testkube_tests_update.md @@ -4,7 +4,7 @@ Update test ### Synopsis -Update Test Custom Resource, +Update Test Custom Resource ``` testkube tests update [flags] @@ -30,6 +30,7 @@ testkube tests update [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_tests_watch.md b/docs/cli/testkube_tests_watch.md index bb8bfd3ec01..a7a42719ff1 100644 --- a/docs/cli/testkube_tests_watch.md +++ b/docs/cli/testkube_tests_watch.md @@ -19,6 +19,7 @@ testkube tests watch [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_testsuites.md b/docs/cli/testkube_testsuites.md index ce97dc2faee..c0e87de1b0a 100644 --- a/docs/cli/testkube_testsuites.md +++ b/docs/cli/testkube_testsuites.md @@ -21,22 +21,23 @@ testkube testsuites [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO * [testkube](testkube.md) - testkube entrypoint for plugin -* [testkube testsuites create](testkube_testsuites_create.md) - Create new test -* [testkube testsuites delete](testkube_testsuites_delete.md) - Delete tests -* [testkube testsuites delete-all](testkube_testsuites_delete-all.md) - Delete all tests in namespace -* [testkube testsuites execution](testkube_testsuites_execution.md) - Gets execution details -* [testkube testsuites executions](testkube_testsuites_executions.md) - Gets tests executions list -* [testkube testsuites get](testkube_testsuites_get.md) - Get test by name -* [testkube testsuites list](testkube_testsuites_list.md) - Get all available tests +* [testkube testsuites create](testkube_testsuites_create.md) - Create new test suite +* [testkube testsuites delete](testkube_testsuites_delete.md) - Delete test suite +* [testkube testsuites delete-all](testkube_testsuites_delete-all.md) - Delete all test suites in namespace +* [testkube testsuites execution](testkube_testsuites_execution.md) - Gets test suite execution details +* [testkube testsuites executions](testkube_testsuites_executions.md) - Gets test suites executions list +* [testkube testsuites get](testkube_testsuites_get.md) - Get test suite by name +* [testkube testsuites list](testkube_testsuites_list.md) - Get all available test suites * [testkube testsuites run](testkube_testsuites_run.md) - Starts new test suite -* [testkube testsuites update](testkube_testsuites_update.md) - Update Test +* [testkube testsuites update](testkube_testsuites_update.md) - Update Test Suite * [testkube testsuites watch](testkube_testsuites_watch.md) - Watch test diff --git a/docs/cli/testkube_testsuites_create.md b/docs/cli/testkube_testsuites_create.md index bbe4434a70b..5fdfb49fdc6 100644 --- a/docs/cli/testkube_testsuites_create.md +++ b/docs/cli/testkube_testsuites_create.md @@ -1,10 +1,10 @@ ## testkube testsuites create -Create new test +Create new test suite ### Synopsis -Create new TestSuite Custom Resource, +Create new TestSuite Custom Resource ``` testkube testsuites create [flags] @@ -13,15 +13,16 @@ testkube testsuites create [flags] ### Options ``` - -f, --file string JSON test file - will be read from stdin if not specified, look at testkube.TestUpsertRequest + -f, --file string JSON test suite file - will be read from stdin if not specified, look at testkube.TestUpsertRequest -h, --help help for create - --name string Set/Override test name + --name string Set/Override test suite name --tags strings comma separated list of tags: --tags tag1,tag2,tag3 ``` ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_testsuites_delete-all.md b/docs/cli/testkube_testsuites_delete-all.md index 3b5769e8e1a..c2719174b83 100644 --- a/docs/cli/testkube_testsuites_delete-all.md +++ b/docs/cli/testkube_testsuites_delete-all.md @@ -1,6 +1,6 @@ ## testkube testsuites delete-all -Delete all tests in namespace +Delete all test suites in namespace ``` testkube testsuites delete-all [flags] @@ -15,6 +15,7 @@ testkube testsuites delete-all [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_testsuites_delete.md b/docs/cli/testkube_testsuites_delete.md index 628f761b7c1..beb8fc05c50 100644 --- a/docs/cli/testkube_testsuites_delete.md +++ b/docs/cli/testkube_testsuites_delete.md @@ -1,10 +1,10 @@ ## testkube testsuites delete -Delete tests +Delete test suite ### Synopsis -Delete tests by name +Delete test suite by name ``` testkube testsuites delete [flags] @@ -19,6 +19,7 @@ testkube testsuites delete [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_testsuites_execution.md b/docs/cli/testkube_testsuites_execution.md index 6ff6e03e231..4a663470dfc 100644 --- a/docs/cli/testkube_testsuites_execution.md +++ b/docs/cli/testkube_testsuites_execution.md @@ -1,10 +1,10 @@ ## testkube testsuites execution -Gets execution details +Gets test suite execution details ### Synopsis -Gets execution details by ID +Gets test suite execution details by ID ``` testkube testsuites execution [flags] @@ -19,6 +19,7 @@ testkube testsuites execution [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_testsuites_executions.md b/docs/cli/testkube_testsuites_executions.md index 0a95a5184a8..b530824cb5b 100644 --- a/docs/cli/testkube_testsuites_executions.md +++ b/docs/cli/testkube_testsuites_executions.md @@ -1,10 +1,10 @@ ## testkube testsuites executions -Gets tests executions list +Gets test suites executions list ### Synopsis -Gets tests executions list, can be filtered by test name +Gets test suites executions list, can be filtered by test name ``` testkube testsuites executions [testSuiteName] [flags] @@ -21,6 +21,7 @@ testkube testsuites executions [testSuiteName] [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_testsuites_get.md b/docs/cli/testkube_testsuites_get.md index 4d42045f23e..9c929eab690 100644 --- a/docs/cli/testkube_testsuites_get.md +++ b/docs/cli/testkube_testsuites_get.md @@ -1,10 +1,10 @@ ## testkube testsuites get -Get test by name +Get test suite by name ### Synopsis -Getting test from given namespace - if no namespace given "testkube" namespace is used +Getting test suite from given namespace - if no namespace given "testkube" namespace is used ``` testkube testsuites get [flags] @@ -19,6 +19,7 @@ testkube testsuites get [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_testsuites_list.md b/docs/cli/testkube_testsuites_list.md index db37f713abe..40931eed8f8 100644 --- a/docs/cli/testkube_testsuites_list.md +++ b/docs/cli/testkube_testsuites_list.md @@ -1,10 +1,10 @@ ## testkube testsuites list -Get all available tests +Get all available test suites ### Synopsis -Getting all available tests from given namespace - if no namespace given "testkube" namespace is used +Getting all available test suites from given namespace - if no namespace given "testkube" namespace is used ``` testkube testsuites list [flags] @@ -20,6 +20,7 @@ testkube testsuites list [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_testsuites_run.md b/docs/cli/testkube_testsuites_run.md index 0da79560405..3ab12fc5369 100644 --- a/docs/cli/testkube_testsuites_run.md +++ b/docs/cli/testkube_testsuites_run.md @@ -24,6 +24,7 @@ testkube testsuites run [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_testsuites_update.md b/docs/cli/testkube_testsuites_update.md index 4a7668c9879..9c527f512e1 100644 --- a/docs/cli/testkube_testsuites_update.md +++ b/docs/cli/testkube_testsuites_update.md @@ -1,6 +1,6 @@ ## testkube testsuites update -Update Test +Update Test Suite ### Synopsis @@ -21,6 +21,7 @@ testkube testsuites update [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_testsuites_watch.md b/docs/cli/testkube_testsuites_watch.md index de461867798..d3e977272e7 100644 --- a/docs/cli/testkube_testsuites_watch.md +++ b/docs/cli/testkube_testsuites_watch.md @@ -1,10 +1,10 @@ ## testkube testsuites watch -Watch test suite +Watch test ### Synopsis -Watch test suite by execution ID, returns results to console +Watch test by test execution ID, returns results to console ``` testkube testsuites watch [flags] @@ -19,6 +19,7 @@ testkube testsuites watch [flags] ### Options inherited from parent commands ``` + --analytics-enabled should analytics be enabled (default true) -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") --go-template string in case of choosing output==go pass golang template (default "{{ . | printf \"%+v\" }}") -s, --namespace string kubernetes namespace (default "testkube") diff --git a/docs/cli/testkube_uninstall.md b/docs/cli/testkube_uninstall.md index 44c40f72f64..dac0d41027d 100644 --- a/docs/cli/testkube_uninstall.md +++ b/docs/cli/testkube_uninstall.md @@ -20,9 +20,10 @@ testkube uninstall [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_upgrade.md b/docs/cli/testkube_upgrade.md index a8d146beed8..65679059e6e 100644 --- a/docs/cli/testkube_upgrade.md +++ b/docs/cli/testkube_upgrade.md @@ -24,9 +24,10 @@ testkube upgrade [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO diff --git a/docs/cli/testkube_version.md b/docs/cli/testkube_version.md index ea5fcb36cd8..cdde56234c2 100644 --- a/docs/cli/testkube_version.md +++ b/docs/cli/testkube_version.md @@ -19,9 +19,10 @@ testkube version [flags] ### Options inherited from parent commands ``` - -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") - -s, --namespace string kubernetes namespace (default "testkube") - -v, --verbose should I show additional debug messages + --analytics-enabled should analytics be enabled (default true) + -c, --client string Client used for connecting to testkube API one of proxy|direct (default "proxy") + -s, --namespace string kubernetes namespace (default "testkube") + -v, --verbose should I show additional debug messages ``` ### SEE ALSO