Add description and homepage fields to packages in aqua.yaml #2027
-
Feature OverviewWhen running This is similar to what # Official Amazon AWS command-line interface
brew "awscli"
# GitHub command-line tool
brew "gh"
# Distributed revision control system
brew "git" Why is the feature needed?It would be helpful to have additional information about the packages within the aqua.yaml config file and a clickable link to their homepages. Does the feature include Breaking Changes?Not to my knowledge. Example CodeThe new fields could be added by default, if a new flag is needed then perhaps $ aqua g --description cli/cli - name: cli/[email protected]
description: GitHub’s official command line tool
homepage: https://github.com/cli/cli ReferenceNo response |
Beta Was this translation helpful? Give feedback.
Answered by
suzuki-shunsuke
Jun 17, 2023
Replies: 1 comment 4 replies
-
Thank you for your proposal. I'm working on this. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!
aqua v2.9.0 is out!
https://github.com/aquaproj/aqua/releases/tag/v2.9.0
With -detail (-d) option, aqua outputs additional information such as description and link.
The environment variable
AQUA_GENERATE_WITH_DETAIL
is also available.export AQUA_GENERATE_WITH_DETAIL=true