binenv
binenv copied to clipboard
One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
While downloading from GitHub via HTTPS gives a reasonable level of security, I'd still prefer to have the binaries verified against their respective checksum files. I propose to add a...
``` unable to install "terraform-inventory" (0.10.0) error="unable to download binary at https://github.com/adammck/terraform-inventory/releases/download/v0.10/terraform-inventory_0.10_linux_amd64.zip: 404 Not Found" ``` Orginal link from repo: ``` https://github.com/adammck/terraform-inventory/releases/download/v0.10/terraform-inventory_v0.10_linux_amd64.zip ```
Hi there, It's really low priority, as it's cosmetic and highly dependent on configuration, but just wanted to mention: I'm using "Konsole", and by default, the bash window title is...
Example for docker-slim. This spec installs both binaries but `docker-slim-sensor` will be installed at `~/.binenv/binaries/docker-slim/X.Y.Z`. ``` install: type: tgz binaries: - docker-slim - docker-slim-sensor ``` Another argument (see #171) to...
As a developer I want to have an easy possibility to do housekeeping on my installed binenv binaries in order to keep the storage footprint small over time. **Reason** Over...
Hello! Thanks for binenv. I try add app https://github.com/deref/exo to binenv. But app when release with date
The installation of naabu fails in the latest version 2.0.3: ` binenv install naabu 2021-04-27T06:44:38Z WRN version for "naabu" not specified; using "2.0.3" 2021-04-27T06:44:38Z ERR unable to install "naabu" (2.0.3)...
Windows support is quite some work (.exe everywhere, no real symlinks, no executable replacing, different compression format for many distributions...) for a non-existent user base. We are not willing to...
We should be able to mask some versions. If a distribution changes it's naming scheme, we might want to have 2 distributions defined with the proper templates. In this case...
I've found that some packages are needed to be held back but there is no way to do a simple upgrade of all *other* packages without clobbering those packages into...