New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

blastengine-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blastengine-cli

CLI tool for blastengine

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

blastengine(ブラストエンジン)用CLIツール

本ツールはCUIでblastengineを操作するツールです。

インストール

$ npm i blastengine-cli -g

初期設定

ユーザー名、APIキー、デフォルトのメール送信元アドレス(オプション)を設定します。

$ be init -k YOUR_API_KEY \
  -u YOUR_USER_NAME \
	-f from@example.com

設定ファイルは (ホームディレクトリ)/.blastengine/config.json に保存されます。

メールテンプレートの作成

トランザクションメール(即時発送メール)用のテンプレートの作成します。

$ be transaction create
メールを /path/to/2023-04-14-17-35-46.mdに保存しました。編集してください。

生成されるファイルはメタデータ付きのMarkdownファイルです。本文はそのままテキストとしてメール本文に使われます(HTML変換されません)。

メールの送信

トランザクションメール(即時発送メール)を送信します。送信時には上記メールテンプレートを利用します。

$ be transaction send -p ./2023-04-14-17-35-46.md

License

MIT

FAQs

Package last updated on 14 Apr 2023

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