Nimbella CLI Github Action
This Github Action installs the Nimbella CLI in the Action environment, authenticates against a chosen namespace and (optionally) auto-deploys the local directory to the platform.
Required Authentication token for Nimbella platform namespace.
Auto-deploy project from current directory. Default: true
.
Optional CLI parameters to use with nim project deploy
command.
uses: nimbella/cli-github-action
with:
nim_auth_token: '<AUTH_TOKEN>'
Authentication tokens can be generated using the nim auth export--non-expiring
command.