You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that when running aqua generate -i and selecting a new version of an app that happens to already exist, it shows up twice.
Maybe this is the intended behavior, but I've never had the need for this, so thought I'd mention it in case not intended.
For example, updating Go to the new version would result in two go runtimes.
If the aqua config is long enough it might be that I forget it was in there, or I used the selection to find the latest version supposed by the updated registry version.
As a result, I end up having to manually cleanup duplicate entries.
Since the existing entries might also have tags added to help with minimizing install requirements during CI, this can cause an error in my setup if I'm not careful.
Minor issue, but maybe it's useful to you as a user experience issue. 👍
The text was updated successfully, but these errors were encountered:
$ aqua g -i suzuki-shunsuke/github-commentWARN[0000] same package already exists so it's updated aqua_version=2.3.6 env=darwin/arm64 package_name=suzuki-shunsuke/github-comment previous_package_version=v5.0.0 package_version=v6.0.0 package_registry=standard program=aqua
2. Suggest the update command or option and exit with non zero
e.g.
$ aqua g -i suzuki-shunsuke/github-commentERR[0000] same package already exists aqua_version=2.3.6 env=darwin/arm64 package_name=suzuki-shunsuke/github-comment previous_package_version=v5.0.0 package_version=v6.0.0 package_registry=standard program=aqua doc=https://aquaproj.github.io/docs/reference/codes/005/
$ echo$?1
$ aqua update suzuki-shunsuke/github-comment # Not supported yet
I'd be fine with error it already exists if generate is used.
I do think the update command is needed for usability for those not comfortable with renovate, but that's a perspective I understand you might not share. Some I am comfortable with it and have a script to bump registry version when desired I'm not saying it's urgent though it would improve the usability.
In the meantime maybe I'll brag the light docker renovate invocation and contribute it to the docs so folks could just run that to run mass updates to the file.
I've noticed that when running
aqua generate -i
and selecting a new version of an app that happens to already exist, it shows up twice.Maybe this is the intended behavior, but I've never had the need for this, so thought I'd mention it in case not intended.
For example, updating Go to the new version would result in two go runtimes.
If the aqua config is long enough it might be that I forget it was in there, or I used the selection to find the latest version supposed by the updated registry version.
As a result, I end up having to manually cleanup duplicate entries.
Since the existing entries might also have tags added to help with minimizing install requirements during CI, this can cause an error in my setup if I'm not careful.
Minor issue, but maybe it's useful to you as a user experience issue. 👍
The text was updated successfully, but these errors were encountered: