文件名称:binenv:一个二进制文件来统治它们。 轻松管理所有讨厌的二进制文件(kubectl,helm,terraform等)
文件大小:67KB
文件格式:ZIP
更新时间:2024-03-04 23:25:46
golang binaries helm installer kubectl
Binenv 您将安装的最后一个二进制文件。 目录 什么 binenv将帮助您下载,安装和管理日常DevOps生活中所需的二进制程序(也称为发行版)(例如,kubectl,helm等)。 将其视为tfenv + tgenv + helmenv + ... 现在,您只需键入binenv install something就可以安装自己。 快速开始 Linux(bash / zsh) wget -q https://github.com/devops-works/binenv/releases/latest/download/binenv_linux_amd64 -O binenv chmod +x binenv ./binenv update ./binenv install binenv rm binenv if [[ -n $BASH ]]; then ZESHELL=bash;
【文件预览】:
binenv-develop
----.goreleaser.yml(936B)
----cmd()
--------install.go(2KB)
--------uninstall.go(2KB)
--------update.go(2KB)
--------local.go(758B)
--------versions.go(1KB)
--------search.go(699B)
--------version.go(449B)
--------root.go(1012B)
--------completion.go(2KB)
----internal()
--------list()
--------tpl()
--------fetch()
--------install()
--------app()
--------mapping()
----.github()
--------workflows()
----LICENSE(1KB)
----main.go(325B)
----.gitignore(25B)
----Makefile(7KB)
----go.sum(33KB)
----distributions()
--------distributions.yaml(47KB)
--------cache.json(32KB)
----README.md(23KB)
----go.mod(621B)