/postmark-log

Command line tool to log e-mails sent through postmark service.

Primary LanguageJavaScript

NPM version Build Status Dependency Status

postmark-log

Logs messages sent by postmark service.

Install

$ npm install --global postmark-log

Usage

Usage: bin/postmark-log --server-key|-k <key> [--days|-d <number>]

Options:
  --help            Show help                                          [boolean]
  --version         Show version number                                [boolean]
  --server-key, -k  Postmark API server key                  [string] [required]
  --days, -d        Number of days in the past we will log         [default: 10]

License

MIT © Damian Krzeminski