v2.19.0
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