v0.14.0 (Dec 22, 2024)
Breaking Changes
- Multi-word command line flags now use the more common
--snake-case[=]{value}
format
instead ofrabbitmqadmin
v1'slower_case={value}
.
Enhancements
-
New command category:
health_check
which provides access to the health check endpoints.Currently, only the three (arguably) most important health checks are implemented:
local_alarms
,cluster_wide_alarms
, andnode_is_quorum_critical
. -
health_check help
now includes a link to the respective RabbitMQ documentation guide.
Bug Fixes
- Configuration paths with a tilda (
~
), including the default configuration file at~/.rabbitmqadmin.conf
,
were not loaded correctly.