Query package version #2506
-
Feature OverviewI have to use Why is the feature needed?Reduce the need for third-party tools and make parsing easier. I've switched from How to reproduce the issueNo response WorkaroundNo response Example CodeNo response ReferenceNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
This comment has been hidden.
This comment has been hidden.
-
There are two options.
e.g. $ aqua get-version yq
v4.40.2
e.g. $ aqua query
{
"packages": [
{
"name": "..."
}
]
}
$ aqua query | jq -r ".packages ..." # Depends on jq Embed the feature of jq. $ aqua query --query ".packages ...."
|
Beta Was this translation helpful? Give feedback.
-
@suzuki-shunsuke Maybe |
Beta Was this translation helpful? Give feedback.
aqua v2.19.0 is out 🎉
The command line option
--version (-v)
was added.https://github.com/aquaproj/aqua/releases/tag/v2.19.0