{"id":19270798,"url":"https://github.com/activecampaign/postmark-cli","last_synced_at":"2025-10-04T14:13:52.270Z","repository":{"id":37788895,"uuid":"124540689","full_name":"ActiveCampaign/postmark-cli","owner":"ActiveCampaign","description":"The official CLI tool for Postmark","archived":false,"fork":false,"pushed_at":"2024-10-10T20:16:34.000Z","size":1707,"stargazers_count":81,"open_issues_count":14,"forks_count":13,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-09-29T11:48:31.486Z","etag":null,"topics":["ci","cli","email","postmark","templates"],"latest_commit_sha":null,"homepage":"https://postmarkapp.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ActiveCampaign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-09T12:56:49.000Z","updated_at":"2024-12-18T16:08:13.000Z","dependencies_parsed_at":"2024-06-18T20:03:52.676Z","dependency_job_id":"39f8cd00-04f8-48ef-b6f9-ea40442e2011","html_url":"https://github.com/ActiveCampaign/postmark-cli","commit_stats":{"total_commits":249,"total_committers":8,"mean_commits":31.125,"dds":0.4056224899598394,"last_synced_commit":"5fc8d99f89c6a8ee680b9e63d5b26ace7d9985d5"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ActiveCampaign/postmark-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ActiveCampaign","download_url":"https://codeload.github.com/ActiveCampaign/postmark-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278322146,"owners_count":25967874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ci","cli","email","postmark","templates"],"created_at":"2024-11-09T20:27:26.994Z","updated_at":"2025-10-04T14:13:52.254Z","avatar_url":"https://github.com/ActiveCampaign.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"./media/header@2x.png\" width=\"100%\" style=\"max-width:1230px;\" alt=\"Postmark CLI\"\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003eA CLI tool for managing templates, sending emails, and fetching servers on \u003ca href=\"https://postmarkapp.com\"\u003ePostmark\u003c/a\u003e. \u003cbr/\u003eNifty for integrating with a CI/CD pipeline.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://circleci.com/gh/ActiveCampaign/postmark-cli/tree/main\"\u003e\u003cimg src=\"https://circleci.com/gh/ActiveCampaign/postmark-cli/tree/main.svg?style=svg\" alt=\"CircleCI\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://www.opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-brightgreen.svg\" alt=\"License: MIT\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://badge.fury.io/js/postmark-cli\"\u003e\u003cimg src=\"https://badge.fury.io/js/postmark-cli.svg\" alt=\"npm version\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Usage\n\nAfter 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).\n\n```bash\n$ postmark\n\n  Commands:\n    postmark email \u003ccommand\u003e [options]      Send an email\n    postmark servers \u003ccommand\u003e [options]    Manage your servers\n    postmark templates \u003ccommand\u003e [options]  Pull and push your templates\n\n  Options:\n    --version  Show version number\n    --help     Show help\n```\n\n## Installation\n\n- Install [Node.js](https://nodejs.org/en/)\n- `$ npm i postmark-cli -g`\n- `$ postmark` 🌈\n\n## Issues \u0026 Comments\n\nFeel free to contact us if you encounter any issues with the library.\nPlease leave all comments, bugs, requests and issues on the Issues page.\n\n## License\n\nPostmark 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factivecampaign%2Fpostmark-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factivecampaign%2Fpostmark-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factivecampaign%2Fpostmark-cli/lists"}