-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent aqua list
output
#3201
Comments
To avoid opening a new issue, I'm using the above pipeline in order to check for updates. Since there is no standalone command for that. It would be nice though if there was an |
Why do you want to run |
Oh, sorry. I missed your comment.
|
|
Yes, but I want to have a command to just check for updates. Without applying them. |
aqua info
Overview
In
aqua generate
command's help there is an example for generating configuration, using the output ofaqua list
command. I.e.aqua list | aqua generate -f -
. But when usingaqua list --installed | aqua generate -f -
instead (with the--installed
option) it doesn't work, because the output ofaqua list
is formatted differently.How to reproduce
aqua.yaml
Executed command and output
Debug output
No response
Expected behaviour
I would expect the output of
aqua list
andaqua list --installed
to be formatted in the same way, in order to be used as an input toaqua generate
.Actual behaviour
Note
No response
The text was updated successfully, but these errors were encountered: