Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare aqua with marcosnils/bin and update document #433

Closed
suzuki-shunsuke opened this issue Dec 4, 2021 · 2 comments
Closed

Compare aqua with marcosnils/bin and update document #433

suzuki-shunsuke opened this issue Dec 4, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@suzuki-shunsuke
Copy link
Member

suzuki-shunsuke commented Dec 4, 2021

Disclaimer

Note that I'm an author of aqua, so this comparison may be not fair.
I haven't used marcosnils/bin.

Pros of aqua

  • aqua is declarative. On the other hand, bin is imperative
    • aqua managed tools with declarative YAML configuration. You always only have to run aqua i
  • aqua provides Renovate Preset Config
  • aqua provides GitHub Actions and CircleCI Orb

Cons of aqua

Others

@suzuki-shunsuke suzuki-shunsuke added the documentation Improvements or additions to documentation label Dec 4, 2021
@suzuki-shunsuke
Copy link
Member Author

bin

$ bin ensure

Configuration file is created at ~/.config/bin/config.json .

{
    "default_path": "/Users/shunsuke-suzuki/bin",
    "bins": {}
}
$ bin install github.com/kubernetes-sigs/kind
   • Getting latest release for kubernetes-sigs/kind
   • Starting download of https://github.com/kubernetes-sigs/kind/releases/download/v0.11.1/kind-darwin-amd64
6.48 MiB / 6.48 MiB [-----------------------------------------------------------------------------------------------------------------------------------] 100.00% 16.01 MiB p/s 1s
   • Copying for [email protected] into /Users/shunsuke-suzuki/bin/kind
   • Done installing kind v0.11.1

@suzuki-shunsuke
Copy link
Member Author

Closed by aquaproj/aquaproj.github.io#26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant