{"library":"postmark-cli","title":"Postmark CLI","description":"Postmark CLI (v1.6.19) is a command-line tool for managing transactional email templates, sending emails, and fetching server information via the Postmark API. Released under MIT, it is maintained by ActiveCampaign with regular updates. Key differentiators include local template preview with hot reloading, smart push that only uploads modified templates, and support for layouts. The CLI integrates easily into CI/CD pipelines and offers interactive prompts via Inquirer. It requires Node.js 14+.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install postmark-cli"],"cli":{"name":"postmark","version":null}},"imports":["npm i -g postmark-cli"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Install globally\nnpm i -g postmark-cli\n\n# Send a basic email\npostmark email send \\\n  --server-token 'SERVER_TOKEN' \\\n  --from 'sender@example.com' \\\n  --to 'recipient@example.com' \\\n  --subject 'Hello from Postmark CLI' \\\n  --text-body 'This is a test email.'\n\n# Pull all templates into a directory\npostmark templates pull ./templates \\\n  --server-token 'SERVER_TOKEN'\n\n# Push modified templates only\npostmark templates push ./templates \\\n  --server-token 'SERVER_TOKEN'","lang":"javascript","description":"Shows global installation and basic email sending and template management commands.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}