
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@msgmesh/cli
Advanced tools
MsgMesh CLI — terminal tool for the multi-tenant event bus: create topics, publish / consume messages, tail in realtime, check usage (msgmesh command).
MsgMesh 的終端工具:一支 msgmesh 指令,收發事件、即時 tail、查用量。
MsgMesh 是架在 Kafka 之上的多租戶事件總線。這個 CLI 是
@msgmesh/sdk 的薄封裝——所有動作都走 SDK,
和面板 / MCP server 共用同一套 HTTP 契約。
npm i -g @msgmesh/cli
或免安裝直接跑:
npx -y @msgmesh/cli topics
用環境變數驅動。API Key 請先到面板註冊帳號、於 Keys 頁簽發:
| 變數 | 說明 | 預設 |
|---|---|---|
MQ_API_KEY | API Key(必要)。 | — |
MQ_CONTROL_PLANE_URL | 管理 API(建 topic / 查用量)。 | http://localhost:8080 |
MQ_GATEWAY_URL | 收發 API(publish / consume)。 | http://localhost:8081 |
線上環境兩個 URL 都指向 https://msgmesh-api.alderflux.com。
msgmesh topics 列出 topics
msgmesh create-topic <name> 建立 topic
msgmesh publish <topic> <json> 發送訊息
msgmesh tail <topic> [group] 即時輪詢接收(Ctrl-C 結束)
msgmesh usage 本期用量
範例:
export MQ_API_KEY=sk_...
export MQ_CONTROL_PLANE_URL=https://msgmesh-api.alderflux.com
export MQ_GATEWAY_URL=https://msgmesh-api.alderflux.com
msgmesh create-topic orders
msgmesh publish orders '{"id":1,"status":"paid"}'
msgmesh tail orders
不帶指令(或 msgmesh help)會印出用法。
@msgmesh/sdk@msgmesh/mcp-serverMIT
FAQs
MsgMesh CLI — terminal tool for the multi-tenant event bus: create topics, publish / consume messages, tail in realtime, check usage (msgmesh command).
The npm package @msgmesh/cli receives a total of 29 weekly downloads. As such, @msgmesh/cli popularity was classified as not popular.
We found that @msgmesh/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.