Installs the STACKIT CLI in your workflow.
Find a file
Maximilian Jugl dfaa9b8b48
All checks were successful
Test action / Test on registry.onstackit.cloud/devex-images/alpine:latest (push) Successful in 13s
Test action / Test on registry.onstackit.cloud/devex-images/ubuntu:act-latest (push) Successful in 39s
fix(ci): install node on alpine image
2026-04-22 09:43:26 +02:00
.forgejo/workflows fix(ci): install node on alpine image 2026-04-22 09:43:26 +02:00
.vscode feat: initial 2026-04-22 09:36:58 +02:00
.gitignore feat: initial 2026-04-22 09:36:58 +02:00
.prettierrc feat: initial 2026-04-22 09:36:58 +02:00
action.yml feat: initial 2026-04-22 09:36:58 +02:00
package-lock.json feat: initial 2026-04-22 09:36:58 +02:00
package.json feat: initial 2026-04-22 09:36:58 +02:00
README.md feat: initial 2026-04-22 09:36:58 +02:00

Install STACKIT CLI Action

This GitHub Action installs the STACKIT CLI on a GitHub Actions runner. It is designed to be compatible with both Ubuntu (apt-get) and Alpine Linux (apk) environments.

Usage

To use this action in your workflow, reference it as a step. You can optionally specify a version.

Simple usage

- name: Install STACKIT CLI
  uses: https://stackit-solutions.git.onstackit.cloud/actions/install-stackit-cli@v1

Usage with a specific version

- name: Install STACKIT CLI
  uses: https://stackit-solutions.git.onstackit.cloud/actions/install-stackit-cli@v1
  with:
    version: "v0.61.0"

Inputs

Name Description Required Default
version The specific version of STACKIT CLI to install (e.g., v0.61.0). If left empty, the latest stable version will be installed. No ""