Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/activecampaign/postmark-cli
- Owner: ActiveCampaign
- License: mit
- Created: 2018-03-09T12:56:49.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T20:16:34.000Z (3 months ago)
- Last Synced: 2025-01-08T12:02:31.109Z (14 days ago)
- Topics: ci, cli, email, postmark, templates
- Language: TypeScript
- Homepage: https://postmarkapp.com
- Size: 1.63 MB
- Stars: 81
- Watchers: 16
- Forks: 11
- Open Issues: 13
-
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
$ postmarkCommands:
postmark email [options] Send an email
postmark servers [options] Manage your servers
postmark templates [options] Pull and push your templatesOptions:
--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.