Simplify CLI installation commands #6896
Labels
area/Linux
Issues or PRs specific to Linux
area/MacOS
Issues or PRs specific to MacOS
area/UX
Issues or PRs related to User Experience
area/Windows
Issues or PRs specific to Windows
kind/feature
Categorizes issue as a feature request. For PRs, that means that the PR is the implementation
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/Low
Nice to have issue. It's not immediately on the project roadmap to get it done.
/kind feature
DevTools week idea
Which functionality do you think we should add?
Make it easier for developers to download and install
odo
binaries.For example, via something like this:
I was thinking of a convenience script that could be downloaded and piped via a single command, but there could be other options of course: integration with package managers...
I am not familiar with Windows, but I guess it should be possible to do something similar. Or the WinGet or Chocolatey packages (#4042) could be helpful as well.
I looked at some already closed issues and found a similar idea discussed (and implemented?)
Why is this needed?
The installation documentation requires running a few manual commands after clicking on the right tab to select the right system architecture and operating system. While this is great for auditing purposes, I think this is a typical example of something that a script could easily determine and perform.
Sure, there are pros and cons when using a one-liner convenience script, such as security implications. So it should still remain possible to run all commands manually if needed, as done currently.
The text was updated successfully, but these errors were encountered: