github aquaproj/aqua v2.19.0

latest releases: v2.28.1, v2.28.0, v2.28.0-1...
5 months ago

Pull Requests | Issues | v2.18.0...v2.19.0

Features

#2506 #2507 which: Add the command line option --version

e.g.

$ aqua which --version yq
v4.40.2

Bug Fixes

#2508 #2512 Fix a bug of bash scripts for Git Bash

https://www.shellcheck.net/wiki/SC2086

Bash scripts generated by aqua had a bug that command line arguments having spaces were separated to multiple arguments incorrectly.

$  curl -sSfL https://jsonplaceholder.typicode.com/todos | jq '.[] | .id'
jq: error: Could not open file |: Invalid argument
jq: error: Could not open file .id: No such file or directory

Don't miss a new aqua release

NewReleases is sending notifications on new releases.