Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@muil/cli

Package Overview
Dependencies
Maintainers
2
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@muil/cli

Visit [Muil Docs.](https://docs.muil.io)

  • 0.2.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
376
increased by54.73%
Maintainers
2
Weekly downloads
 
Created
Source

Visit Muil Docs.

Run Muil CLI

To start muil cli run:

npm run muil-cli [options]

or

yarn muil-cli [options]

Login

Login to muil service

Usage: muil-cli login [options]

Login to Muil

Options:
  -u --user <user>  Username
  -p --pass <pass>  Password
  -h, --help        output usage information

Logout

Logout from muil service

Usage: muil-cli logout [options]

Logout from Muil

Options:
  -h, --help  output usage information

Publish

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")
  -e --templatesExtension <templatesExtension>  comma separated list of templates path (default: "template.js")
  -h, --help                                    output usage information

This action will clear all templates in this branch and upload the new templates!

Unpublish

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!

Api Keys

Using this command you can:

  • Create a new api key
  • Enable/Disable keys
Usage: muil-cli apikey [options]

API keys management

Options:
  -h, --help  output usage information

API keys are useful to send emails through your server. Read More.

FAQs

Package last updated on 18 Apr 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc