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 can conditionally install a subset of commands by using Aqua package tags, so I would like to update the same subset by tags.
Why is the feature needed?
I've adopted aqua's package tags for installation (described in aqua install --help), so I would like to also use tags for updates, but aqua update --help shows no such options.
Example Code
To only update packages with the tag: bootstrap
$ aqua install --all --tags bootstrap
$ aqua --config "${AQUA_GLOBAL_CONFIG}" --tags bootstrap update
aqua upa v2.41.0-0
aqua up -t bootstrap # Update only packages with a tag `bootstrap`
aqua up --exclude-tags bootstrap # Exclude packages with a tag `bootstrap`
Feature Overview
I can conditionally install a subset of commands by using Aqua package tags, so I would like to update the same subset by tags.
Why is the feature needed?
I've adopted aqua's package tags for installation (described in
aqua install --help
), so I would like to also use tags for updates, butaqua update --help
shows no such options.Example Code
To only update packages with the tag: bootstrap
Configuration is already specified, e.g.:
Note
No response
The text was updated successfully, but these errors were encountered: