https://github.com/jkroepke/setup-stackit-cli
Github Action for installing stackit-cli (https://github.com/stackitcloud/stackit-cli)
https://github.com/jkroepke/setup-stackit-cli
actions cloud github-actions stackit stackit-cloud
Last synced: 4 months ago
JSON representation
Github Action for installing stackit-cli (https://github.com/stackitcloud/stackit-cli)
- Host: GitHub
- URL: https://github.com/jkroepke/setup-stackit-cli
- Owner: jkroepke
- License: mit
- Created: 2025-05-07T22:01:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T21:39:35.000Z (4 months ago)
- Last Synced: 2025-06-12T22:57:58.340Z (4 months ago)
- Topics: actions, cloud, github-actions, stackit, stackit-cloud
- Language: TypeScript
- Homepage: https://github.com/jkroepke/setup-stackit-cli
- Size: 2.53 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/jkroepke/setup-stackit-cli/actions/workflows/ci.yml)
[](https://github.com/jkroepke/setup-stackit-cli/blob/master/LICENSE)
[](https://github.com/jkroepke/setup-stackit-cli/releases/latest)
[](https://github.com/jkroepke/setup-stackit-cli/stargazers)
[](https://github.com/semantic-release/semantic-release)# Setup stackit-cli
⭐ Don't forget to star this repository! ⭐
## About
GitHub Action for installing
[stackitcloud/stackit-cli](https://github.com/stackitcloud/stackit-cli)Install a specific version of stackit-cli binary on the runner. Acceptable
values are latest or any semantic version string like v2.16.7. Use this action
in workflow to define which version of stackit-cli will be used.```yaml
- name: Stackit Binary Installer
uses: jkroepke/setup-stackit-cli@v1
with:
version: '' # default is latest stable
id: install
```The cached binary path is prepended to the PATH environment variable as well as
stored in the path output variable. Refer to the action metadata file for
details about all the inputs
[here](https://github.com/jkroepke/setup-stackit-cli/blob/main/action.yml).