Skip to content
江河 edited this page Jul 1, 2026 · 1 revision

mqgov-cli Wiki

mqgov-cli is the governed message-broker operations CLI in the opskit family. It manages Kafka, RabbitMQ, Pulsar, and RocketMQ topics, groups, messages, DLQs, ACLs, schemas, fleet reads, contexts, and tamper-evident audit.

Current npm package: mqgov-cli@0.5.10

Repository: https://github.com/JiangHe12/mqgov-cli

Start Here

Family Contracts

  • Output formats: json, table, and plain.
  • JSON output uses a versioned envelope with apiVersion, kind, success, and data or error.
  • capabilities -o plain prints one supported command per line.
  • version -o plain prints only the version string in release builds.
  • Global safety flags include --debug, --trace, and --no-color.
  • AI agents may read and preview freely, but must not invent --ticket, --allow-*, or high-risk --yes approvals.

Supported Top-Level Commands

topic, group, message, dlq, acl, schema, fleet, ctx, audit, install, capabilities, doctor, version.

Clone this wiki locally