The Nimbella platform deployer library
npm install @nimbella/nimbella-deployerThis repository contains an internal Node.js library for deploying Nimbella applications using the Platform API. It is used by the Nimbella CLI and other tools.
#### Building the library
npm run build
#### Testing the library
Use the Nimbella CLI tests located here: https://github.com/nimbella/nimbella-cli/tree/master/tests with this library as a local dependency in that project using npm link.
#### Releasing library versions
This is handed by Github Actions. Once a new release is tagged in the Github UI - that version is pushed to the NPM package.