alexellis / arkade

Open Source Marketplace For Developer Tools
https://blog.alexellis.io/kubernetes-marketplace-two-year-update/
MIT License
4.22k stars 286 forks source link

Add aws-cli #941

Open winacid opened 1 year ago

winacid commented 1 year ago

would be nice to have aws-cli in arkade

alexellis commented 1 year ago

It'd be nice but it's not a static binary so it's hard to install.

The only option I can think of is for arkade system install, since it has its own bespoke installer that has to run:

https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

Does someone want to volunteer for this or to become a sponsor and I'll do it for you?

VariableExp0rt commented 11 months ago

@alexellis I'd be happy to give this a go, given the docs mentioning running additional commands to run the installer of choice, should that be in a PostInstallationMsg() of some variety?

alexellis commented 11 months ago

Hi @VariableExp0rt you'd need to look at one of the examples of a system install command and copy that example.

Alex

VariableExp0rt commented 11 months ago

Hey @alexellis, the installation for this one was a bit complex due to the bespoke installer AWS provide for certain platforms. Happy to continue cleaning up that PR with any changes 👍

VariableExp0rt commented 9 months ago

Hey @alexellis, I believe the PR for this has been approved, but is awaiting approval for a couple of workflow runs. Let me know if everything is sufficient there 👍