amaterasu-cli
v0.0.6
Published
Command Line Interface to administrate a Digital Experience Suite projects
Downloads
8
Readme
Ama-Terasu
Ama Terasu is a Command Line Interface to administrate Amadeus Digital Experience suite.
How to use
This CLI is NodeJs based and can be used with this simple command:
npx @ama-terasu/cli --helpHow to register a module
To register a module into the CLI, the package.json of the CLI should be updated with the following items:
- Add the module into CLI dependencies via
yarn add <my-module> - Listed the module into the
cliModulesfield of thepackage.json
