mri-cli-app-dev
v2.0.3
Published
MRI CLI tool for managing packages and deployments in the MRI registry system
Maintainers
Readme
MRI App Module CLI
Install & Running the CLI
Install the CLI with a Node package manager
npm install --save-dev 'git+https://github.com/MRI-Software/MRI.OTA.CLI.git#main'Upload a new app module or publish an update. The library name will be fetched from the package.json.
npx mri uploadInstall the app module into a container app
npx mri-cli add <app module name>Usage
Usage: npx mri-cli <command> [options]
Commands:
auth Enter and save credentials for uploading or adding packages.
publish <library-path> Upload a package to the MRI registry.
add <name> Add a package to this project.
help Show this help message.
Options:
<library-path> Path to the library module to be uploaded. Defaults to the current directory.
<name> Name of the library module to be added.
<path> Path to the target app. Defaults to the current directory.
Aliases:
upload Alias for the "publish" command.
install Alias for the "add" command.
authenticate Alias for the "auth" command.Copyright
MRI Software, LLC
