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: 8 months ago
JSON representation
The official CLI tool for Postmark
- Host: GitHub
- URL: https://github.com/activecampaign/postmark-cli
- Owner: ActiveCampaign
- License: mit
- Created: 2018-03-09T12:56:49.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T20:16:34.000Z (over 1 year ago)
- Last Synced: 2025-09-29T11:48:31.486Z (9 months ago)
- Topics: ci, cli, email, postmark, templates
- Language: TypeScript
- Homepage: https://postmarkapp.com
- Size: 1.63 MB
- Stars: 81
- Watchers: 15
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
A CLI tool for managing templates, sending emails, and fetching servers on Postmark.
Nifty for integrating with a CI/CD pipeline.
## 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.