Nuon CLI
Version updated for https://github.com/nuonco/actions-nuon to version v0.4.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the integration of Nuon CLI into CI/CD workflows. It provides options for both OIDC federation and API token authentication, allowing users to manage Nuon infrastructure directly within their GitHub Actions processes. The action supports executing various Nuon commands and outputs detailed information about Nuon operations.
What’s Changed
- feat: support using oidc with the cli (#11) (500be20)
- feat: use –no-input flag (#8) (b144959)
- feat: Make input
commandoptional, allowing for setup use cases (#7) (1c320c6) - fix: The NUON_VERSION env var was not being picked up by install script (#6) (866d9e5)
- feat: Set
NUON_CONFIG_FILEvariable for subsequent steps (#4) (352448d) - fix: Use the correct value for
NUON_VERSIONwhile installing (#5) (0d28fb9) - chore: rename for publication (#3) (3cc58a1)
- chore: noop changes: trigger version bump (#2) (2769fe0)
- chore: github action (#1) (8a9ea15)
- Initial commit (c3fe348)