https://github.com/stack-spot/cli-github-action-run-command
cli-github-action-run-command
https://github.com/stack-spot/cli-github-action-run-command
cli code leaders-admin maintain stacks-admin stacks-writer stackspot
Last synced: 6 months ago
JSON representation
cli-github-action-run-command
- Host: GitHub
- URL: https://github.com/stack-spot/cli-github-action-run-command
- Owner: stack-spot
- License: apache-2.0
- Created: 2024-07-15T18:30:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T23:03:49.000Z (over 1 year ago)
- Last Synced: 2025-06-19T22:48:12.346Z (7 months ago)
- Topics: cli, code, leaders-admin, maintain, stacks-admin, stacks-writer, stackspot
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cli-github-action-run-command
[](https://github.com/stack-spot/workflow-github-action-publish-content/actions/workflows/action-test.yml)
GitHub Action Run CLI Commands
## 📚 Usage
### Requirements
To learn more about generating account keys(`CLIENT_ID`, `CLIENT_KEY`, `REALM`), please refer to the documentation:
https://docs.stackspot.com/home/account/enterprise/service-credential
### Use Case
```yaml
steps:
- uses: stack-spot/cli-github-action-run-command@v1.0.0
with:
client_id: ${{ secrets.CLIENT_ID }}
client_key: ${{ secrets.CLIENT_KEY }}
realm: ${{ secrets.REALM }}
command_stk: "register app-deploy --version 1.0.0 --env dev --status succcess"
```
## License
[Apache License 2.0](https://github.com/stack-spot/publish-plugin-action/blob/main/LICENSE)