Liam
Liam
I might be way off with this suggestion, but would it be worth doing this on the GH actions side? Something like ``` on: pull_request_target: types: - opened branches: -...
Hey @spiffcs, how would one enable fetching metadata from upstream maven? I am attempting to create an SBOM for a maven project but the installed versions can never be identified....
@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...
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...
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 👍
@Jasstkn I tested via `arkade system install aws-cli` (I haven't tested on the other platforms, as I'm primarily operating on a Mac and don't have access to a Windows box)....
Hey @Jasstkn, let me know if there is anything else you need from me :)
> Looks promising. > > Please don't forget to update the [README.md](https://github.com/alexellis/arkade/blob/master/README.md?plain=1#L242-L254) and squash the commits in to single one, we like to keep the git history clean for single...
@Shikachuu I'm having quite a bit of trouble squashing into a single commit right now, is there a correct way I should be doing that other than `git rebase -i...
@Shikachuu I think I've managed to fix it, sorry about that! Let me know if there are any more comments to address 👍