diff --git a/docs/docs/cli/testkube_completion_zsh.md b/docs/docs/cli/testkube_completion_zsh.md index df3fe922767..e8c92863953 100644 --- a/docs/docs/cli/testkube_completion_zsh.md +++ b/docs/docs/cli/testkube_completion_zsh.md @@ -13,7 +13,7 @@ to enable it. You can execute the following once: To load completions in your current shell session: - source <(testkube completion zsh); compdef _testkube testkube + source <(testkube completion zsh) To load completions for every new session, execute once: diff --git a/docs/docs/cli/testkube_create_test.md b/docs/docs/cli/testkube_create_test.md index 9d1361ec56d..ac8ce7f1052 100644 --- a/docs/docs/cli/testkube_create_test.md +++ b/docs/docs/cli/testkube_create_test.md @@ -25,6 +25,7 @@ testkube create test [flags] --cronjob-template-reference string reference to cron job template to use for the test --description string test description --env stringToString envs in a form of name1=val1 passed to executor (default []) + --execute-postrun-script-before-scraping whether to execute postrun scipt before scraping or not (prebuilt executor only) --execution-name string execution name, if empty will be autogenerated --executor-args stringArray executor binary additional arguments -f, --file string test file - will be read from stdin if not specified diff --git a/docs/docs/cli/testkube_generate_tests-crds.md b/docs/docs/cli/testkube_generate_tests-crds.md index a7e463cfd88..36cf66d9c73 100644 --- a/docs/docs/cli/testkube_generate_tests-crds.md +++ b/docs/docs/cli/testkube_generate_tests-crds.md @@ -25,6 +25,7 @@ testkube generate tests-crds [flags] --cronjob-template-reference string reference to cron job template to use for the test --description string test description --env stringToString envs in a form of name1=val1 passed to executor (default []) + --execute-postrun-script-before-scraping whether to execute postrun scipt before scraping or not (prebuilt executor only) --execution-name string execution name, if empty will be autogenerated --executor-args stringArray executor binary additional arguments -h, --help help for tests-crds diff --git a/docs/docs/cli/testkube_run_test.md b/docs/docs/cli/testkube_run_test.md index d298f1ab3e3..524310dc172 100644 --- a/docs/docs/cli/testkube_run_test.md +++ b/docs/docs/cli/testkube_run_test.md @@ -26,6 +26,7 @@ testkube run test [flags] --copy-files stringArray file path mappings from host to pod of form source:destination -d, --download-artifacts downlaod artifacts automatically --download-dir string download dir (default "artifacts") + --execute-postrun-script-before-scraping whether to execute postrun scipt before scraping or not (prebuilt executor only) --execution-label stringToString execution-label key value pair: --execution-label key1=value1 (default []) --format string data format for storing files, one of folder|archive (default "folder") --git-branch string if uri is git repository we can set additional branch parameter diff --git a/docs/docs/cli/testkube_update_test.md b/docs/docs/cli/testkube_update_test.md index ac391ed7b2c..66806eba65b 100644 --- a/docs/docs/cli/testkube_update_test.md +++ b/docs/docs/cli/testkube_update_test.md @@ -25,6 +25,7 @@ testkube update test [flags] --cronjob-template-reference string reference to cron job template to use for the test --description string test description --env stringToString envs in a form of name1=val1 passed to executor (default []) + --execute-postrun-script-before-scraping whether to execute postrun scipt before scraping or not (prebuilt executor only) --execution-name string execution name, if empty will be autogenerated --executor-args stringArray executor binary additional arguments -f, --file string test file - will try to read content from stdin if not specified