Skip to content

Commit

Permalink
fix: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Oct 5, 2023
1 parent 01ef23a commit 06b3101
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cli/testkube_completion_zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions docs/docs/cli/testkube_create_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/docs/cli/testkube_generate_tests-crds.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ testkube generate tests-crds <manifestDirectory> [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
Expand Down
1 change: 1 addition & 0 deletions docs/docs/cli/testkube_run_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ testkube run test <testName> [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
Expand Down
1 change: 1 addition & 0 deletions docs/docs/cli/testkube_update_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06b3101

Please sign in to comment.