github aquaproj/aqua v0.2.0

latest releases: v2.28.1, v2.28.0, v2.28.0-1...
2 years ago

Milestone
v0.1.2...v0.2.0

Breaking Change

The symbolic links are created in $AQUA_ROOT_DIR/.aqua/bin.
So please add $AQUA_ROOT_DIR/.aqua/bin to PATH.

You don't have to add .aqua/bin to the environment variable per aqua.yaml.

If the symbolic link exists but the package isn't found in aqua.yaml, aqua finds the command from other than $AQUA_ROOT_DIR.

Migration guide

Add add $AQUA_ROOT_DIR/.aqua/bin to PATH.

export PATH="${AQUA_ROOT_DIR:-$HOME/.aqua}/bin:$PATH"

If you already use aqua v0.1, the directories .aqua were created in your repository. Please remove them.

rm -R .aqua

And remove .aqua/bin from the environment variable PATH.
To set add .aqua/bin to the environment variable PATH, you don't have to use direnv or something anymore.

Don't miss a new aqua release

NewReleases is sending notifications on new releases.