github aquaproj/aqua v1.10.1

latest releases: v2.40.0, v2.39.1, v2.40.0-0...
2 years ago

Pull Requests | Issues | v1.10.0...v1.10.1

Others

#842 Output debug log instead of return error when the registry is invalid

Example 1

aqua.yaml

---
registries:
- type: standard
  ref: v2.21.0
- type: local
  name: local
  path: registry.yaml # invalid registry
packages:

registry.yaml

packages:
- type: go_install
  path: github.com/anqiansong/github-compare
  description: A GitHub repositories statistics command-line tool for the terminal

- type: go_install
  # ignore duplicate package
  path: github.com/anqiansong/github-compare

AS IS (aqua v1.10.0)

$ aqua g cli/cli
FATA[0000] aqua failed                                   aqua_version=1.10.0 env=darwin/arm64 error="the package name must be unique in the same registry" package_name=github.com/anqiansong/github-compare program=aqua registry_name=local

TO BE (aqua v1.10.1)

$ aqua g cli/cli
- name: cli/cli@v2.12.1

Don't miss a new aqua release

NewReleases is sending notifications on new releases.