Skip to content

Github Action to install and configure Nimbella CLI in runtime environment. Optionally, auto-deploy project source code.

License

Notifications You must be signed in to change notification settings

nimbella/cli-github-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Inputs

nim_auth_token

Required Authentication token for Nimbella platform namespace.

auto_deploy

Auto-deploy project from current directory. Default: true.

nim_cli_options

Optional CLI parameters to use with nim project deploy command.

Example usage

uses: nimbella/cli-github-action
with:
  nim_auth_token: '<AUTH_TOKEN>'

Authentication tokens can be generated using the nim auth export--non-expiring command.

About

Github Action to install and configure Nimbella CLI in runtime environment. Optionally, auto-deploy project source code.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published