aquaproj/aqua
Declarative CLI Version manager written in Go. Support Lazy Install, Registry, and continuous update with Renovate. CLI version is switched seamlessly
$ sed -i "s/foo/bar/g" path/to/file
=> bsd系のsedだと動かない
sed
CI$ some-tool --version 1.x.y
local$ some-tool --version 2.x.y
環境ごとに入っているツールのバージョンが違う
ex: https://github.com/chmln/sd?tab=readme-ov-file#installation
複数環境で使うツール, バージョンを揃えたい
aqua i
ref: https://zenn.dev/shunsuke_suzuki/articles/why-should-you-use-aqua#なぜ-aqua-を使うのか
他人と使うツールのバージョンを揃えられる
=>
自分と使うツールのバージョンを揃えられる
https://zenn.dev/shunsuke_suzuki/books/aqua-handbook