Skip to content

Setup Testkube CLI

Actions
Setup the testkube CLI
v1
Latest
Star (1)

Tags

 (1)

Setup Testkube CLI

Sample workflow to install a specific version of the testkube CLI binary on the runner.

Acceptable values are latest or any semantic version string like v1.28.0. Use this action in workflow to define which version of testkube will be used.

- uses: Sonlis/setup-testkube-cli@v1
  with:
    version: '<version>' # default is latest version available from here: https://github.com/kubeshop/testkube/releases
  id: install

Refer to the action metadata file for details about all the inputs https://github.com/Azure/setup-kubectl/blob/main/action.yml

Heavily influenced by setup-kubectl from Azure

Setup Testkube CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup the testkube CLI
v1
Latest

Tags

 (1)

Setup Testkube CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.