github aquaproj/aqua v2.8.0

latest releases: v2.27.0, v2.27.0-1, v2.26.0...
11 months ago

Pull Requests | Issues | v2.7.1...v2.8.0

Features

#2016 #2019 Support a new package type cargo, installing packages by cargo install
#2023 Support a new command root-dir, outputting the aqua-root directory AQUA_ROOT_DIR to the standard output

Support a new package type cargo

#2016 #2019 Document

The package is installed by cargo install command.

You can manage tools written in Rust with aqua, which means you can manage them and their versions declaratively in the consistent way. You can switch tool versions per project and update them continuously by Renovate!

For details, please see Document

Support a new command root-dir

#2023

$ aqua help root-dir
NAME:
   aqua root-dir - Output the aqua root directory (AQUA_ROOT_DIR)

USAGE:
   aqua root-dir [command options] [arguments...]

DESCRIPTION:
   Output the aqua root directory (AQUA_ROOT_DIR)
   e.g.

   $ aqua root-dir
   /home/foo/.local/share/aquaproj-aqua

   $ export "PATH=$(aqua root-dir)/bin:PATH"


OPTIONS:
   --help, -h  show help

Don't miss a new aqua release

NewReleases is sending notifications on new releases.