github aquaproj/aqua v0.5.1-0

latest releases: v2.28.1, v2.28.0, v2.28.0-1...
pre-release2 years ago

Milestone
v0.5.0...v0.5.1-0

Feature

#182 #183 Add generate command to make easy to write aqua configuration

$ aqua g

Select the package interactively.

  direnv (standard)                                                                                                                                                               
  consul (standard)                                                                                                                                                               
  conftest (standard)                                                                                                                                                             
  suzuki-shunsuke/cmdx (standard)                                                                                                                                                 
  suzuki-shunsuke/circleci-config-merge (standard)                                                                                                                                
  circleci-cli (standard)                                                                                                                                                         
  suzuki-shunsuke/ci-info (standard)                                                                                                                                              
  suzuki-shunsuke/akoi (standard)                                                                                                                                                 
  golangci-lint (local)                                                                                                                                                           
> cmdx (inline)                                                                                                                                                                   
  47/47                                                                                                                                                                           
>                                                                                                                                                                                 

If the selected package type is github_release, select the package version interactively.

  v1.37.0                                                                                                                                                                         
  v1.37.1                                                                                                                                                                         
  v1.38.0                                                                                                                                                                         
  v1.39.0                                                                                                                                                                         
  v1.40.0                                                                                                                                                                         
  v1.40.1                                                                                                                                                                         
  v1.41.0                                                                                                                                                                         
  v1.41.1                                                                                                                                                                         
> v1.42.0                                                                                                                                                                         
  30/30                                                                                                                                                                           
>                                                                                                                                                                                 

After selecting the package and the package version, the configuration is outputted.

$ aqua g
- name: golangci-lint
  registry: local
  version: v1.42.0

The interactive UI is implemented with ktr0731/go-fuzzyfinder.

Don't miss a new aqua release

NewReleases is sending notifications on new releases.