diff --git a/pkgs/atlassian.com/acli/pkg.yaml b/pkgs/atlassian.com/acli/pkg.yaml new file mode 100644 index 00000000000..44e0c992947 --- /dev/null +++ b/pkgs/atlassian.com/acli/pkg.yaml @@ -0,0 +1,4 @@ +packages: + - name: atlassian.com/acli@1.3.14-stable + - name: atlassian.com/acli + version: 1.2.0-stable diff --git a/pkgs/atlassian.com/acli/registry.yaml b/pkgs/atlassian.com/acli/registry.yaml new file mode 100644 index 00000000000..d492f3f2e6b --- /dev/null +++ b/pkgs/atlassian.com/acli/registry.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: http + repo_owner: ryan-pip + repo_name: acli-versions + name: atlassian.com/acli + description: Software to interact with Atlassian Cloud from the terminal + link: https://developer.atlassian.com/cloud/acli/ + version_source: github_tag + url: https://acli.atlassian.com/{{.OS}}/{{.Version}}/acli_{{.Version}}_{{.OS}}_{{.Arch}}.tar.gz + format: tar.gz + files: + - name: acli + src: acli_{{.Version}}_{{.OS}}_{{.Arch}}/acli + supported_envs: + - linux/amd64 + - linux/arm64 + - darwin/amd64 + - darwin/arm64 diff --git a/registry.yaml b/registry.yaml index 3228d8c3a87..9abded271d6 100644 --- a/registry.yaml +++ b/registry.yaml @@ -15614,6 +15614,23 @@ packages: supported_envs: - linux/amd64 - windows/amd64 + - type: http + repo_owner: ryan-pip + repo_name: acli-versions + name: atlassian.com/acli + description: Software to interact with Atlassian Cloud from the terminal + link: https://developer.atlassian.com/cloud/acli/ + version_source: github_tag + url: https://acli.atlassian.com/{{.OS}}/{{.Version}}/acli_{{.Version}}_{{.OS}}_{{.Arch}}.tar.gz + format: tar.gz + files: + - name: acli + src: acli_{{.Version}}_{{.OS}}_{{.Arch}}/acli + supported_envs: + - linux/amd64 + - linux/arm64 + - darwin/amd64 + - darwin/arm64 - type: github_release repo_owner: atuinsh repo_name: atuin