Setup Kiro CLI
Version updated for https://github.com/clouatre-labs/setup-kiro-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Setup Kiro CLI Action
GitHub Action to install and cache Kiro CLI for use in workflows.
Features
- Automatic caching of Kiro CLI binaries
- SIGV4 authentication for headless CI/CD
- SHA256 checksum verification
- Weekly version updates via manifest.json
Usage
- uses: clouatre-labs/setup-kiro-action@v1
with:
enable-sigv4: true
aws-region: us-east-1
- run: kiro-cli-chat chat --no-interactive "Your prompt here"
Migration from Q CLI
| Q CLI | Kiro CLI |
|---|---|
clouatre-labs/setup-q-cli-action@v1 | clouatre-labs/setup-kiro-action@v1 |
qchat chat --no-interactive | kiro-cli-chat chat --no-interactive |
See README.md for full documentation.