Socket
Book a DemoInstallSign in
Socket

@ama-terasu/cli

Package Overview
Dependencies
Maintainers
5
Versions
2326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ama-terasu/cli

Command Line Interface to administrate a Digital Experience Suite projects

latest
Source
npmnpm
Version
13.0.0
Version published
Weekly downloads
1.4K
-66.31%
Maintainers
5
Weekly downloads
 
Created
Source

Ama-Terasu

Stable Version Bundle Size

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 --help

# or with yarn2+
yarn dlx @ama-terasu/cli --help

[!IMPORTANT] For yarn, the CLI modules are only compatible with the nodeLinker: node_modules strategy.

Managing installed modules

You can get the list the versions of the available modules with the following command:

npx @ama-terasu/cli --version

The command will give you information regarding the version of the modules installed and the latest available ones. You can upgrade the modules version with the module manager:

# upgrade/install to the latest version:
npx @ama-terasu/cli module update <my module>

# upgrade/install to a specific version:
npx @ama-terasu/cli module update <my module> --to 1.2.3

[!NOTE] When accessing to a module that is not installed, the CLI will automatically download the latest available version

How to register a module

The only thing you need to do to get your module available is to publish your module on npmjs.com with amaterasu-module into your package keywords.

[!IMPORTANT] Your module should export an object following the AmaCliModule interface from the @ama-terasu/core package.

FAQs

Package last updated on 09 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts