Skip to content

KLI Konstellation Tool

Actions
Install the kli Konstellation tool
v1.0.0
Latest
Star (2)

Tags

 (1)

kli Action

A GitHub Action for installing the konstellation-io/kli CLI tool.

Inputs

For more information on inputs, see the API Documentation

  • version: The chart-testing version to install (default: v1.0-alpha.4)

Example Workflow

Create a workflow (eg: .github/workflows/lint-test.yaml):

name: Kli

on: push

jobs:
  install-kli:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          fetch-depth: 0

      - name: Set up kli
        uses: blopezpi/[email protected]
        with:
          version: v1.0-alpha.4

KLI Konstellation Tool 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

Install the kli Konstellation tool
v1.0.0
Latest

Tags

 (1)

KLI Konstellation Tool 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.