pkgs/**/pkg.yaml are test data.
pkgs/**/pkg.yaml are used to test if packages can be installed properly.
Note that pkgs/**/pkg.yaml aren't lists of available versions.
You can install any versions not listed in pkgs/**/pkg.yaml.
馃憥
packages: []If argd s fails to fetch versions, packages may become empty.
If the package has the field version_overrides,
please add not only the latest version but also old versions in pkg.yaml to test if old versions can be installed properly.
packages:
- name: scaleway/scaleway-cli@v2.12.0
- name: scaleway/scaleway-cli
version: v2.4.0Don't use the short syntax <package name>@<version> for the old version to prevent aqua-registry-updater from updating the old version.
馃憤
packages:
- name: scaleway/scaleway-cli@v2.12.0
- name: scaleway/scaleway-cli
version: v2.4.0馃憥
packages:
- name: scaleway/scaleway-cli@v2.12.0
- name: scaleway/scaleway-cli@v2.4.0