https://github.com/stackgenhq/stackgen-cli
https://github.com/stackgenhq/stackgen-cli
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackgenhq/stackgen-cli
- Owner: stackgenhq
- License: mit
- Created: 2024-12-12T14:08:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T16:06:32.000Z (over 1 year ago)
- Last Synced: 2025-02-12T17:23:13.048Z (over 1 year ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StackGen Generative IAC
This repository contains the reusable action for the StackGen Generative IAC.
## Setup
Please follow the steps below to setup the action:
1. Signup for an account on [StackGen](https://cloud.stackgen.com/)
2. Setup a Personal Access Token on [StackGen](https://cloud.stackgen.com/account-settings/pat/)
3. Add the Personal Access Token as a secret in your repository with the name `STACKGEN_TOKEN`
## Inputs
| Name | Description | Required |
| ----- | -------------- | -------- |
| `cmd` | Command to run | Yes |
## Usage
```yaml
- name: Download IAC
uses: stackgenhq/stackgen-cli@v0
env:
STACKGEN_TOKEN: ${{ secrets.STACKGEN_TOKEN }}
with:
cmd: 'appstack download-iac --uuid '
```
## License
The scripts and documentation in this project are released under the [MIT License](./LICENSE)