@supernovaio/cli-next
v2.5.9
Published
Supernova.io Command Line Interface
Readme
The Supernova CLI enables you to run specific tasks connected with Supernova from your CI/CD pipelines, from your action triggers (GitHub Actions and similar) or from your command line as well.
CLI is separated into different commands that you can use to automate certain aspects of working with Supernova. More command line options are coming as well, stay tuned for those!
Installing CLI globally
You can install the CLI as global package, and make the CLI globally available under > supernova command to your command line. To install the CLI globally, just run one of the following commands:
npm install -g @supernovaio/cli
yarn global add @supernovaio/cliYou can now test that everything was properly set up by running the supernova command:
~ % supernova --version
> @supernovaio/cli/x.x.x ...Node 22 or newer environment is required to run the Supernova CLI.
Updating CLI globally
You can update globally installed CLI by running npm update command on the package:
npm update -g @supernovaio/cli
yarn global upgrade @supernovaio/cliThis will upgrade the CLI to the latest version and make it immediately last default used version.
Use cases
Following is the list of use cases for Supernova CLI. We will be adding more over time, stay tuned!
Changelog
Here you will find changelog for minor and major versions (and occasional notable changes in patch versions).
2.2.0
template-uploadcommand will now fail if it detects plain text NPM token in.npmrc. Use--npmTokenflag to pass in NPM token as a Docker secret and consume it from the build process env (refer totemplate-upload --helpfor details)
