Skip to main content

testkube_get_test

testkube get test

Get all available tests

Synopsis

Getting all available tests from given namespace - if no namespace given "testkube" namespace is used

testkube get test <testName> [flags]

Options

      --crd-only        show only test crd
-h, --help help for test
-l, --label strings label key value pair: --label key1=value1
--no-execution don't show latest execution

Options inherited from parent commands

  -a, --api-uri string       api uri, default value read from config if set (default "https://demo.testkube.io/results/v1")
-c, --client string client used for connecting to Testkube API one of proxy|direct (default "proxy")
--go-template string go template to render (default "{{.}}")
--namespace string Kubernetes namespace, default value read from config if set (default "testkube")
--oauth-enabled enable oauth
-o, --output string output type can be one of json|yaml|pretty|go-template (default "pretty")
--verbose show additional debug messages

SEE ALSO