v0.29.0 #57
michaelklishin
announced in
Maintainer announcements
v0.29.0
#57
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.29.0 (Mar 23, 2025)
Breaking Changes
definitions export
's special--file
value of-
for "standard input" is deprecated. Use--stdout
instead:Enhancements
definitions import
now supports reading definitions from the standard input instead of a file.For that, pass
--stdin
instead of--file "/path/to/definitions.json"
.rabbitmqadmin definitions import --stdin < definitions.json
cat definitions.json | rabbitmqadmin definitions import --stdin
Beta Was this translation helpful? Give feedback.
All reactions