github aquaproj/aqua v1.22.0-2

latest releases: v2.32.0, v2.31.0, v2.31.0-3...
pre-release22 months ago

v1.21.0...v1.22.0-2

Features

#1041 #1060 #1363 Add update-aqua command
#1352 #1358 generate: Support specifying version

Add update-aqua command

#1041 #1060 #1363

$ aqua update-aqua [version]

aqua is installed in $AQUA_ROOT_DIR/bin/aqua.
By default, the latest version is installed, but you can also specify the version with an argument.

You can't specify the install path. We think you don't have to change the install path.

e.g.

$ aqua update-aqua # Install the latest version
$ aqua update-aqua v1.20.0 # Install aqua v1.20.0

generate: Support specifying version

#1352 #1358

aqua generate supports specifying the package version. The package version is optional.

e.g.

$ aqua g cli/cli
- name: cli/cli@v2.18.1

$ aqua g cli/cli@v2.0.0
- name: cli/cli@v2.0.0

The option -pin is added to aqua generate command.
This option is useful to prevent the package from being updated by Renovate.

$ aqua g -pin cli/cli
- name: cli/cli
  version: v2.18.1

$ aqua g -pin cli/cli@v2.0.0
- name: cli/cli
  version: v2.0.0

Others

#1353 #1356 #1357 #1362 Refactoring

Don't miss a new aqua release

NewReleases is sending notifications on new releases.