
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@ama-terasu/cli
Advanced tools
Command Line Interface to administrate a Digital Experience Suite projects
Ama Terasu is a Command Line Interface to administrate Amadeus Digital Experience suite.
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.
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
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
Command Line Interface to administrate a Digital Experience Suite projects
The npm package @ama-terasu/cli receives a total of 1,261 weekly downloads. As such, @ama-terasu/cli popularity was classified as popular.
We found that @ama-terasu/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.