Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/activecampaign/postmark-cli

The official CLI tool for Postmark
https://github.com/activecampaign/postmark-cli

ci cli email postmark templates

Last synced: 7 days ago
JSON representation

The official CLI tool for Postmark

Awesome Lists containing this project

README

        


Postmark CLI


A CLI tool for managing templates, sending emails, and fetching servers on Postmark.
Nifty for integrating with a CI/CD pipeline.


CircleCI
License: MIT
npm version

## Usage

After installation, type `postmark` in your command line to see a list of available commands. Check out the [wiki](https://github.com/activecampaign/postmark-cli/wiki) for instructions on how to [send emails](https://github.com/activecampaign/postmark-cli/wiki/email-command), [manage templates](https://github.com/activecampaign/postmark-cli/wiki/templates-command), or [list servers](https://github.com/activecampaign/postmark-cli/wiki/servers-command).

```bash
$ postmark

Commands:
postmark email [options] Send an email
postmark servers [options] Manage your servers
postmark templates [options] Pull and push your templates

Options:
--version Show version number
--help Show help
```

## Installation

- Install [Node.js](https://nodejs.org/en/)
- `$ npm i postmark-cli -g`
- `$ postmark` 🌈

## Issues & Comments

Feel free to contact us if you encounter any issues with the library.
Please leave all comments, bugs, requests and issues on the Issues page.

## License

Postmark CLI library is licensed under the **MIT** license. Please refer to the [LICENSE](https://github.com/activecampaign/postmark-cli/blob/master/LICENSE.md) for more information.