Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@muil/cli
Advanced tools
Visit Muil Docs.
To start muil cli run:
yarn muil-cli [options]
or
npm run muil-cli -- [options]
To use options with npm run
npm run muil -- <args>
. See here
Before you can publish templates you should add .npmrc
file to your root folder:
{
"host": "YOUR_HOST_ADDRESS",
"apiKey": "YOUR_API_KEY"
}
host
- is optional - if you are using our SaaS option you can remove it. if you are using the on-premise solution you should change it to the address of the server.
apiKey
- is required - go to the portal and create a new api key and paste it here.
This command builds all templates and uploads to muil
Usage: muil-cli publish [options]
Publish email templates
Options:
-d --templatesDirectory <templatesDirectory> Templates root directory (default: "./templates")
-b --branch <branch> templates branch (default: "master")
-h, --help output usage information
This action will clear all templates in this branch and upload the new templates!
This command cleans the branch from all templates
Usage: muil-cli unpublish [options]
Unpublish email templates
Options:
-b --branch <branch> templates branch, default: master
-h, --help output usage information
This action will clear all templates in this branch!
FAQs
Visit [Muil Docs.](https://docs.muil.io)
The npm package @muil/cli receives a total of 293 weekly downloads. As such, @muil/cli popularity was classified as not popular.
We found that @muil/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.