devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
367 stars 44 forks source link

Add datree, gitlab-terraform-manager, kdigger, parca, pint, terrascan #163

Closed patsevanton closed 2 years ago

cleming commented 2 years ago

Hi @patsevanton Thanks for your contribution.

I have problems with two distributions :

Pint:

❯ binenv install pint
2021-10-12T09:25:36+02:00 WRN version for "pint" not specified; using "0.1.1"
2021-10-12T09:25:36+02:00 ERR unable to install "pint" (0.1.1) error="unable to download binary at https://github.com/cloudflare/pint/releases/download/v0.1.1/pint_0.1.1_linux_amd64.tar.gz: 404 Not Found"

kdigger

❯ binenv install kdigger
2021-10-12T09:27:43+02:00 WRN version for "kdigger" not specified; using "1.0.0"
fetching kdigger version 1.0.0 100% |██████████████████████████████████| (11/11 MB, 1.393 MB/s)        
2021-10-12T09:27:51+02:00 ERR unable to install "kdigger" (1.0.0) error="no file matched binaries to install"

Do you have an idea? If not I can look. thanks,

patsevanton commented 2 years ago

Fixed pint, kdigger. I can check app later. Sorry.

patsevanton commented 2 years ago
fetching kdigger version 1.0.0 100% |███████████████████████████████████████████████████████████████████████████████████████████████████████████████| (11/11 MB, 369.376 kB/s)         
2021-10-12T18:17:53+06:00 INF "kdigger" (1.0.0) installed
patsevanton commented 2 years ago

Fix pint

patsevanton commented 2 years ago
2021-10-13T09:35:26+06:00 WRN version for "pint" not specified; using "0.1.1"
fetching pint version 0.1.1 100% |██████████████████████████████████████████████████████████████████████████████████████████████████████| (5.1/5.1 MB, 5.906 MB/s)        
2021-10-13T09:35:28+06:00 INF "pint" (0.1.1) installed
patsevanton commented 2 years ago

Add fix map for btop

leucos commented 2 years ago

you're killing it @patsevanton , thanks !