An open API service indexing awesome lists of open source software.

https://github.com/guillaumefalourd/stk-cli-action-poc

POC of a STK CLI GitHub action :octocat:
https://github.com/guillaumefalourd/stk-cli-action-poc

all-os-supported cli github-actions proof-of-concept stackspot

Last synced: 3 months ago
JSON representation

POC of a STK CLI GitHub action :octocat:

Awesome Lists containing this project

README

          

# stk-cli-action-poc

[![Action test Ubuntu](https://github.com/GuillaumeFalourd/stk-cli-action-poc/actions/workflows/action-test-ubuntu.yml/badge.svg)](https://github.com/GuillaumeFalourd/stk-cli-action-poc/actions/workflows/action-test-ubuntu.yml) [![Action test MacOS](https://github.com/GuillaumeFalourd/stk-cli-action-poc/actions/workflows/action-test-macos.yml/badge.svg)](https://github.com/GuillaumeFalourd/stk-cli-action-poc/actions/workflows/action-test-macos.yml) [![Action test Windows](https://github.com/GuillaumeFalourd/stk-cli-action-poc/actions/workflows/action-test-windows.yml/badge.svg)](https://github.com/GuillaumeFalourd/stk-cli-action-poc/actions/workflows/action-test-windows.yml)

GitHub action to install StackSpot CLI :octocat:

## 📚 Usage

_**Note**: This action is supported on all runners operating systems (`ubuntu`, `macos`, `windows`)_

```yaml
steps:
- uses: GuillaumeFalourd/stk-cli-action-poc@main
with:
client_id: ${{ secrets.CLIENT_ID }}
client_key: ${{ secrets.CLIENT_KEY }}
realm: ${{ secrets.REALM }}

- run: stk --version
```