Skip to content

Releases: JiangHe12/mqgov-cli

v0.5.10

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:41

Changed

  • Updated opskit-core to v1.1.4.

v0.5.9

Choose a tag to compare

@github-actions github-actions released this 29 Jun 09:29

Changed

  • CLI-owned environment variables now prefer the family-standard MQGOV_* names: MQGOV_AUDIT_PRIVATE_KEY, MQGOV_CREDENTIAL_PASSPHRASE, MQGOV_OPERATOR, MQGOV_DOWNLOAD_MIRROR, and MQGOV_SKIP_VERIFY. Deprecated MQGOV_CLI_* aliases remain supported for compatibility.

v0.5.8

Choose a tag to compare

@github-actions github-actions released this 29 Jun 09:04

Changed

  • BREAKING: capabilities -o json schema was restructured for family alignment; domain-specific fields moved to data.domain.

v0.5.7

Choose a tag to compare

@github-actions github-actions released this 29 Jun 08:32

Added

  • Global flags: --debug, --trace, --no-color.

v0.5.6

Choose a tag to compare

@github-actions github-actions released this 29 Jun 08:17

Added

  • ctx export, ctx import, ctx role, and ctx migrate-credentials subcommands.
  • audit prune subcommand for rotated audit log cleanup.

v0.5.5

Choose a tag to compare

@github-actions github-actions released this 29 Jun 07:36

Changed

  • Simplified version -o plain and capabilities -o plain output to the script-friendly family format.

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 29 Jun 04:22

Changed

  • Fixed release version injection by bridging main package build variables into cmd.
  • Aligned root --version output with the family format by using the full CLI name.

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 08:29
a4c46f7

Added

  • Operation commands now show their target context/backend/cluster/namespace in table/plain output and JSON data.target.

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 03:34
510fcec

Changed

  • Reuse opskit-core's shared secure-backend guard for stored credentials; behavior is unchanged.

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 02:31
978b040

RabbitMQ credential-supply fixes.

Added

  • ctx set --backend rabbitmq --username to set the RabbitMQ user with the
    discrete --host/--port/--vhost flags, instead of being forced to embed it
    in --amqp-url.

Fixed

  • MQGOV_PASSWORD is now honored at connection time when a context has no stored
    credential (current context and --context overrides), giving a consistent
    non-interactive password path. RabbitMQ AMQP and management API now use one
    unified username/password: explicit --username/password (or MQGOV_PASSWORD)
    overrides --amqp-url userinfo, with guest/guest as the default.