@buchida/cli
v0.1.6
Published
CLI for buchida email API — send emails, manage domains, API keys, and more
Downloads
849
Readme
@buchida/cli 是为 AI 代理打造的邮件 API 的官方命令行工具。buchida 提供 CLI、MCP 服务器和 5 种语言的 SDK (Node、Python、Go、Ruby、Java),所有这些都共享相同的 REST API 表面。@buchida/email 模板原生渲染韩语、日语和中文。
安装
npx @buchida/cli或全局安装:
npm install -g @buchida/cli发送您的第一封邮件
$ buchida emails send \
--from [email protected] \
--to [email protected] \
--subject "你好" \
--html "<h1>欢迎</h1>"
✓ Email sent (id: em_abc123)文档
完整文档: buchida.com/docs
- API 参考: https://buchida.com/docs/api-reference
- 快速入门指南: https://buchida.com/docs/quickstart
- CJK 邮件模板: https://buchida.com/docs/templates
- MCP 服务器设置: https://buchida.com/docs/mcp
- CLI 参考: https://buchida.com/docs/cli
链接
- 网站: buchida.com
- 文档: buchida.com/docs
- 定价: buchida.com/pricing
- GitHub: https://github.com/Vyblor/buchida-cli
许可证
MIT
