Closed renovate[bot] closed 1 month ago
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
This PR contains the following updates:
v2.31.0
->v2.32.0
Release Notes
aquaproj/aqua (aquaproj/aqua)
### [`v2.32.0`](https://redirect.github.com/aquaproj/aqua/releases/tag/v2.32.0) [Compare Source](https://redirect.github.com/aquaproj/aqua/compare/v2.31.0...v2.32.0) [Pull Requests](https://redirect.github.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.32.0) | [Issues](https://redirect.github.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.32.0) | https://github.com/aquaproj/aqua/compare/v2.31.0...v2.32.0 ##### Features [#3075](https://redirect.github.com/aquaproj/aqua/issues/3075) [#3094](https://redirect.github.com/aquaproj/aqua/issues/3094) Support removing links from the `bin` directory By default, `aqua remove` command removes only packages from the `pkgs` directory and doesn't remove links from the `bin` directory. This release has added the command line option `-mode` to the remove command. The value of `-mode` is a string containing characters `l` and `p`. The order of the characters doesn't matter. ```sh aqua rm -m l cli/cli # Remove only links aqua rm -m pl cli/cli # Remove links and packages ``` You can also configure the mode by the environment variable `AQUA_REMOVE_MODE`, so you can change the default behaviour of `aqua remove` command by setting `AQUA_REMOVE_MODE` in your shell setting such as `.bashrc`. ```sh export AQUA_REMOVE_MODE=pl ```Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.