clouatre-labs/Setup Kiro CLI
Install and cache Kiro CLI (formerly Amazon Q Developer CLI) for GitHub Actions workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- Apache 2.0
Pinned Snippet
uses: clouatre-labs/setup-kiro-action@a8a85bc8276db8528a287f6fec613672c07d4649 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Kiro CLI version to install | no | 2.3.0 |
| aws-region | AWS region for Kiro CLI operations | no | us-east-1 |
| enable-sigv4 | Enable SIGV4 authentication mode | no | false |
| verify-checksum | Verify SHA256 checksum of downloaded binary | no | true |
| musl | Use musl-linked binary for older glibc environments (e.g. Alpine Linux) | no | false |
Outputs
| name | description |
|---|---|
| kiro-version | Installed Kiro CLI version |
| kiro-path | Path to Kiro CLI binary directory |