-
Notifications
You must be signed in to change notification settings - Fork 6
Simplify packaging #31
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
- The assets (filenames) contain the version which makes it hard to just download the latest
- Assets are .tar.gz files that only contain 1 small file. Would be easier to just download the binary directly
- The "unknown" in the Linux filename is confusing
Per discussion with @michaelklishin
Describe the solution you'd like
The goal is basically to be able to do something like this:
wget https://github.com/rabbitmq/rabbitmqadmin-ng/releases/latest/download/rabbitmqadmin-linux-x86_64 -O rabbitmqadmin
./rabbitmqadmin list queues
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request