nitrictech/Nitric CLI - Automated Cloud Deployment
Build with Nitric and use this Action to automatically deploy your application with the right infrastructure to your cloud.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of the Nitric CLI to install, or "latest" (default). This accepts semver ranges like 1.33.0. | yes | latest |
| github-token | Token used to query nitric versions | yes | ${{ github.token }} |
| command | Nitric command to run, eg. up or down | no | — |
| working-directory | Working directory containing Nitric stack | no | — |
| stack-name | Which stack you want to deploy, eg. dev | no | — |
Outputs
| name | description |
|---|---|
| version | Version of installed Nitric CLI |
| output | Output from running command |