Yuval Goldberg
Yuval Goldberg
Related to #560 ## Description In case a tool has a `URLTemplate` including https://releases.hashicorp.com , it will fetch its latest release via the https://api.releases.hashicorp.com/v1/releases API querying for artifact with an...
## Expected Behaviour There are various arkade tools like `kind` and `k3d` that depend on having a container engine. It would be nice if the entire dependency tree could be...
No error message when trying to install a non existing app. ## Expected Behaviour 1. Display an error message to the user. 2. Suggest available applications using [levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance). Cobra...
# Feature Request # Support SELinux property as part of the ignition schema. ## Desired Feature ## Right now in order to configure SELinux policies, it would require something like...
Any new contributor can now clone the repo and run `make test` to test the source code of the repository. Add a `docker-compose.yaml` and a `Makefile` to specify the new...
Currently, in case trying to marshal a null `URI` struct, it tries to call `u.String()` function and panics. The marshal behavior should match the unmarshal behavior and return a `null`...
## Expected Behaviour Fail CI on linting errors ## Current Behaviour No static analysis validations. ## Are you a GitHub Sponsor yet (Yes/No?) - [ ] Yes - [x] No...
related to https://github.com/alexellis/arkade/issues/626 ## Expected Behaviour `arkade get consul` to download [HashiCorp Consul CLI](https://www.consul.io/commands) ## Current Behaviour Not implemented. ## Are you a GitHub Sponsor yet (Yes/No?) - [ ]...
The [README](https://github.com/alexellis/arkade/blob/master/README.md) tables of the catalog of CLIs and apps might become out of sync from time to time. It should be automatically generated and fail build in case not...
## Expected Behaviour arkade is being used in CI pipelines and from time to time might fail on network hiccups. It would be great if internally it could retry its...