Facilitate Pulsar Shell download and installation #19938
nicoloboschi
started this conversation in
General
Replies: 4 comments
-
@nicoloboschi now only the msi for windows is missing? |
Beta Was this translation helpful? Give feedback.
0 replies
This comment has been hidden.
This comment has been hidden.
-
Since it's more as feature ideas, moved to open-ended discussion before we has a clear plan or volunteers want to figure out how to improve the case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There don't seem to be any discussion here. what is required to progress this further? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Search before asking
Motivation
With Pulsar 2.11.0 released, users can use pulsar-shell by downloading the artifact from the download page or they can use it from the docker image.
It works but we can improve it.
Most of the CLI tools have one-line solution to get ready in seconds without doing manual works.
I want to propose the following methods:
Installation script
A file hosted in the pulsar-site with one-liner for shell installation. DataStax already has one script that can be used for that. We could have the same thing for the apache project. Then the user just needs to run
For fixed versions
Brew (MacOS)
Offers a official formula for the shell. This is an example from DataStax
We might need to submit it to the homebrew repository to make it an official formula.
Then then user could install it using:
Windows
Since Pulsar shell works in Windows as well, we might provide a .msi file.
Other ideas
Other ideas are:
Solution
No response
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
Beta Was this translation helpful? Give feedback.
All reactions