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'm looking for an easy way to get a configured version in the aqua.yaml for a specific package.
Why is the feature needed?
In some cases I don't want to use Aqua to install a package, but I'd like to treat the aqua.yaml as the "single source of truth" for which package versions I want installed.
More specifically: I'm using tflint in GitHub Actions and I want to use the setup-tflint action for installing tflint (instead of aqua) as that action also sets up the problem matcher. I do want to use the version configured in the aqua.yaml so that we use the same version locally.
Right now the following works, but it's not great:
Feature Overview
I'm looking for an easy way to get a configured version in the aqua.yaml for a specific package.
Why is the feature needed?
In some cases I don't want to use Aqua to install a package, but I'd like to treat the aqua.yaml as the "single source of truth" for which package versions I want installed.
More specifically: I'm using tflint in GitHub Actions and I want to use the setup-tflint action for installing tflint (instead of aqua) as that action also sets up the problem matcher. I do want to use the version configured in the aqua.yaml so that we use the same version locally.
Right now the following works, but it's not great:
Example Code
There's a few ways this could be implemented.
Add a (global) config option to return JSON to make it easier to grab the version.
Or add a more specific command that outputs the version.
Note
No response
The text was updated successfully, but these errors were encountered: