DEV Community

Shunsuke Suzuki
Shunsuke Suzuki

Posted on

Update of aqua CLI Version Manager in 2022

In this post, I describe the update of aqua in 2022.

aqua is a Declarative CLI Version Manager written in Go.

https://aquaproj.github.io/

image

Pick up updates

There were too many updates to introduce all of them, so we picked up some important updates.
We have improved aqua keeping the simplicity.

Windows Support

We usually don't use Windows and Windows is different from Linux and macOS, so Windows Support was very tough work.
By Windows Support, aqua supports all major platforms (Windows, macOS, and Linux).
This is especially important for unifying tool management in your team. If your team members use different OS, you can install tools in the unified way and unify tool versions.

Security

In the last few months, we mainly worked on security improvement.

These features are so significant for protecting you from security threat, and we believe these features are strength of aqua.
If you haven't used these features, we strongly recommend trying them.

Evolution of aqua Registry

To make aqua more powerful, we worked on supporting more tools.
To allow users to add new tools to Registry easily, we developed a subcommand and tools to scaffold Registry and create a pull request.
Using them, users could create a pull request to add a new tool easily.
This improved the user experience and many users contributed to aqua-registry.

Thank you, all contributors

35 contributors contributed to aqua-registry.

https://github.com/aquaproj/aqua-registry/graphs/contributors

Thank you, all contributors.

Thanks for your contribution, aqua-registry has supported over 1,000 packages. It's amazing!

Especially, @ponkio-o and @4513ECHO added many packages to aqua-registry! Thanks a lot!

Thank you, all sponsors

Recently, we started GitHub Sponsors.
Thank you, all sponsors.

https://github.com/sponsors/aquaproj

aqua in 2023

2023 has already started. We have already updated aqua from v1.28.0 to v1.32.0 and continuously improved aqua.

We will release aqua v2 in near future, which removes some deprecated features and makes aqua secure by default.

Top comments (0)