Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix aqua g -i #581

Merged
merged 2 commits into from
Feb 24, 2022
Merged

fix: fix aqua g -i #581

merged 2 commits into from
Feb 24, 2022

Conversation

suzuki-shunsuke
Copy link
Member

@suzuki-shunsuke suzuki-shunsuke commented Feb 24, 2022

⚠️ Known Issue

When packages: is empty, aqua g -i ignores the ident of registries.

aqua.yaml

---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
registries:
  - type: standard
    ref: v1.4.0 # renovate: depName=aquaproj/aqua-registry

packages:
$ aqua g -i cli/cli

Expected Result

---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
registries:
  - type: standard
    ref: v1.4.0 # renovate: depName=aquaproj/aqua-registry
packages:
  - name: cli/cli@v2.5.1

Actual Result

---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
registries:
  - type: standard
    ref: v1.4.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: cli/cli@v2.5.1

@suzuki-shunsuke suzuki-shunsuke added the bug Something isn't working label Feb 24, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v1.1.0 milestone Feb 24, 2022
@suzuki-shunsuke suzuki-shunsuke merged commit 29095a3 into main Feb 24, 2022
@suzuki-shunsuke suzuki-shunsuke deleted the fix/fix-genarate-i branch February 24, 2022 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant