Skip to content
anchor

GitHub Action

KLI Konstellation Tool

v1.0.0 Latest version

KLI Konstellation Tool

anchor

KLI Konstellation Tool

Install the kli Konstellation tool

Installation

Copy and paste the following snippet into your .yml file.

              

- name: KLI Konstellation Tool

uses: blopezpi/action-kli@v1.0.0

Learn more about this action in blopezpi/action-kli

Choose a version

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/action-kli@v1.0.0
        with:
          version: v1.0-alpha.4