From bfa2db63258261fca60e9c1906651242a8e9b4c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:17:02 +0000 Subject: [PATCH 01/21] chore(deps): bump asdf-vm/actions from 2 to 3 (#908) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ed33c4a57..ad060c3a3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Install asdf dependencies - uses: asdf-vm/actions/install@v2 + uses: asdf-vm/actions/install@v3 - name: lint run: scripts/lint.bash From a85991697dc6cd17518a05e767a74c8c2ba6f27c Mon Sep 17 00:00:00 2001 From: Juan Tascon Date: Wed, 8 Nov 2023 12:36:34 +0100 Subject: [PATCH 02/21] feat: add elixir-ls plugin (#885) --- README.md | 1 + plugins/elixir-ls | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/elixir-ls diff --git a/README.md b/README.md index 4f634dfbc..6754ce0e4 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | editorconfig-checker | [gabitchov/asdf-editorconfig-checker](https://github.com/gabitchov/asdf-editorconfig-checker) | [![Build Status](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker.svg?branch=master)](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker) | | ejson | [cipherstash/asdf-ejson](https://github.com/cipherstash/asdf-ejson) | [![Build](https://github.com/cipherstash/asdf-ejson/workflows/Build/badge.svg?branch=main&event=push)](https://github.com/cipherstash/asdf-ejson/actions) | | eksctl | [elementalvoid/asdf-eksctl](https://github.com/elementalvoid/asdf-eksctl) | [![GitHub Actions Status](https://github.com/elementalvoid/asdf-eksctl/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/elementalvoid/asdf-eksctl/actions) | +| elixir-ls | [juantascon/asdf-elixir-ls](https://github.com/juantascon/asdf-elixir-ls) | [![GitHub Actions Status](https://github.com/juantascon/asdf-elixir-ls/actions/workflows/workflow.yml/badge.svg)](https://github.com/juantascon/asdf-elixir-ls/actions) | | Elasticsearch | [asdf-community/asdf-elasticsearch](https://github.com/asdf-community/asdf-elasticsearch) | [![Build Status](https://github.com/asdf-community/asdf-elasticsearch/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-elasticsearch/actions) | | Elixir | [asdf-vm/asdf-elixir](https://github.com/asdf-vm/asdf-elixir) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-elixir.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-elixir) | | Elm | [asdf-community/asdf-elm](https://github.com/asdf-community/asdf-elm) | [![Build Status](https://github.com/asdf-community/asdf-elm/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-elm/actions) | diff --git a/plugins/elixir-ls b/plugins/elixir-ls new file mode 100644 index 000000000..cdf675118 --- /dev/null +++ b/plugins/elixir-ls @@ -0,0 +1 @@ +repository = https://github.com/juantascon/asdf-elixir-ls From 2b30943bd7d5b8eb65fb5740bb06df24cffeb313 Mon Sep 17 00:00:00 2001 From: Phil Brocker <5331286+pbr0ck3r@users.noreply.github.com> Date: Wed, 8 Nov 2023 06:45:17 -0500 Subject: [PATCH 03/21] feat: add atlas tool (#887) Co-authored-by: Phil Brocker Co-authored-by: James Hegedus --- README.md | 1 + plugins/atlas | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/atlas diff --git a/README.md b/README.md index 6754ce0e4..e039c0280 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | asciidoctorj | [gliwka/asdf-asciidoctorj](https://github.com/gliwka/asdf-asciidoctorj) | [![Build Status](https://github.com/gliwka/asdf-asciidoctorj/workflows/CI/badge.svg?branch=master)](https://github.com/gliwka/asdf-asciidoctorj/actions) | | asdf-plugin-manager | [asdf-community/asdf-plugin-manager](https://github.com/asdf-community/asdf-plugin-manager) | [![Build](https://github.com/asdf-community/asdf-plugin-manager/actions/workflows/build.yml/badge.svg)](https://github.com/asdf-community/asdf-plugin-manager/actions/workflows/build.yml) | | assh | [zekker6/asdf-assh](https://github.com/zekker6/asdf-assh) | [![Test](https://github.com/zekker6/asdf-assh/actions/workflows/test.yml/badge.svg)](https://github.com/zekker6/asdf-assh/actions/workflows/test.yml) | +| atlas | [pbr0ck3r/asdf-atlas](https://github.com/pbr0ck3r/asdf-atlas) | [![CI](https://github.com/pbr0ck3r/asdf-atlas/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-atlas/actions/workflows/build.yml) | | aws-copilot | [NeoHsu/asdf-copilot](https://github.com/NeoHsu/asdf-copilot) | [![Build](https://github.com/NeoHsu/asdf-copilot/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-copilot/actions?query=workflow%3ABuild) | | aws-amplify-cli | [LozanoMatheus/asdf-aws-amplify-cli](https://github.com/LozanoMatheus/asdf-aws-amplify-cli) | [![Build](https://github.com/LozanoMatheus/asdf-aws-amplify-cli/workflows/Build/badge.svg)](https://github.com/LozanoMatheus/asdf-aws-amplify-cli/actions/workflows/build.yml) | | AWS IAM authenticator | [zekker6/asdf-aws-iam-authenticator](https://github.com/zekker6/asdf-aws-iam-authenticator) | [![Test](https://github.com/zekker6/asdf-aws-iam-authenticator/actions/workflows/test.yml/badge.svg)](https://github.com/zekker6/asdf-aws-iam-authenticator/actions/workflows/test.yml) | diff --git a/plugins/atlas b/plugins/atlas new file mode 100644 index 000000000..1966a4e37 --- /dev/null +++ b/plugins/atlas @@ -0,0 +1 @@ +repository = https://github.com/pbr0ck3r/asdf-atlas.git From 83774b427ee57ed51a7f25e3d941df5fc9645bf2 Mon Sep 17 00:00:00 2001 From: jthegedus Date: Wed, 8 Nov 2023 22:51:52 +1100 Subject: [PATCH 04/21] chore: format readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e039c0280..a0d5ffc62 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | editorconfig-checker | [gabitchov/asdf-editorconfig-checker](https://github.com/gabitchov/asdf-editorconfig-checker) | [![Build Status](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker.svg?branch=master)](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker) | | ejson | [cipherstash/asdf-ejson](https://github.com/cipherstash/asdf-ejson) | [![Build](https://github.com/cipherstash/asdf-ejson/workflows/Build/badge.svg?branch=main&event=push)](https://github.com/cipherstash/asdf-ejson/actions) | | eksctl | [elementalvoid/asdf-eksctl](https://github.com/elementalvoid/asdf-eksctl) | [![GitHub Actions Status](https://github.com/elementalvoid/asdf-eksctl/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/elementalvoid/asdf-eksctl/actions) | -| elixir-ls | [juantascon/asdf-elixir-ls](https://github.com/juantascon/asdf-elixir-ls) | [![GitHub Actions Status](https://github.com/juantascon/asdf-elixir-ls/actions/workflows/workflow.yml/badge.svg)](https://github.com/juantascon/asdf-elixir-ls/actions) | +| elixir-ls | [juantascon/asdf-elixir-ls](https://github.com/juantascon/asdf-elixir-ls) | [![GitHub Actions Status](https://github.com/juantascon/asdf-elixir-ls/actions/workflows/workflow.yml/badge.svg)](https://github.com/juantascon/asdf-elixir-ls/actions) | | Elasticsearch | [asdf-community/asdf-elasticsearch](https://github.com/asdf-community/asdf-elasticsearch) | [![Build Status](https://github.com/asdf-community/asdf-elasticsearch/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-elasticsearch/actions) | | Elixir | [asdf-vm/asdf-elixir](https://github.com/asdf-vm/asdf-elixir) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-elixir.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-elixir) | | Elm | [asdf-community/asdf-elm](https://github.com/asdf-community/asdf-elm) | [![Build Status](https://github.com/asdf-community/asdf-elm/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-elm/actions) | From e72e5e27909f5b8d6f81c51162caf1a93a5a77c1 Mon Sep 17 00:00:00 2001 From: Matt <48867283+laidbackware@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:55:06 +0000 Subject: [PATCH 05/21] feat: add Tanzu cli (#892) Co-authored-by: Matt Proud Co-authored-by: James Hegedus --- README.md | 1 + plugins/tanzu | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/tanzu diff --git a/README.md b/README.md index a0d5ffc62..05a0afb39 100644 --- a/README.md +++ b/README.md @@ -642,6 +642,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Talos | [particledecay/asdf-talos](https://github.com/particledecay/asdf-talos) | [![Test Plugin](https://github.com/particledecay/asdf-talos/workflows/Plugin%20Test/badge.svg)](https://github.com/particledecay/asdf-talos/actions) | | talosctl | [bjw-s/asdf-talosctl](https://github.com/bjw-s/asdf-talosctl) | [![Build Status](https://github.com/bjw-s/asdf-talosctl/actions/workflows/build.yml/badge.svg)](https://github.com/bjw-s/asdf-talosctl/actions/workflows/build.yml) | | Tanka | [trotttrotttrott/asdf-tanka](https://github.com/trotttrotttrott/asdf-tanka) | [![Build Status](https://travis-ci.org/trotttrotttrott/asdf-tanka.svg?branch=master)](https://travis-ci.org/trotttrotttrott/asdf-tanka) | +| Tanzu CLI (tanzu) | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf) | [![Build Status](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-tanzu-cli.yml/badge.svg)](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-tanzu-cli.yml) | | Task | [particledecay/asdf-task](https://github.com/particledecay/asdf-task) | [![Test Plugin](https://github.com/particledecay/asdf-task/workflows/Plugin%20Test/badge.svg)](https://github.com/particledecay/asdf-task/actions) | | tctl | [eko/asdf-tctl](https://github.com/eko/asdf-tctl) | [![Build Status](https://github.com/eko/asdf-tctl/actions/workflows/test.yml/badge.svg)](https://github.com/eko/asdf-tctl/actions/workflows/test.yml) | | Tekton-cli | [johnhamelink/asdf-tekton-cli](https://github.com/johnhamelink/asdf-tekton-cli) | [![Build Status](https://travis-ci.org/johnhamelink/asdf-tekton-cli.svg?branch=master)](https://travis-ci.org/johnhamelink/asdf-tekton-cli) | diff --git a/plugins/tanzu b/plugins/tanzu new file mode 100644 index 000000000..b77314ec1 --- /dev/null +++ b/plugins/tanzu @@ -0,0 +1 @@ +repository = https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf.git From 5de0fd39829ff23f62576cba6c1e3d5c0783e072 Mon Sep 17 00:00:00 2001 From: Alejandro Lazaro Date: Wed, 8 Nov 2023 12:56:40 +0100 Subject: [PATCH 06/21] feat: add opentofu plugin (#893) --- README.md | 1 + plugins/opentofu | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/opentofu diff --git a/README.md b/README.md index 05a0afb39..909ba9572 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | opensearch | [randikabanura/asdf-opensearch](https://github.com/randikabanura/asdf-opensearch) | [![Build Status](https://github.com/randikabanura/asdf-opensearch/workflows/Build/badge.svg?branch=main)](https://github.com/randikabanura/asdf-opensearch/actions) | | opensearch-cli | [iul1an/asdf-opensearch-cli](https://github.com/iul1an/asdf-opensearch-cli) | [![Build Status](https://github.com/iul1an/asdf-opensearch-cli/workflows/Build/badge.svg?branch=main)](https://github.com/iul1an/asdf-opensearch-cli/actions) | | openshift-install | [hhemied/asdf-openshift-install](https://github.com/hhemied/asdf-openshift-install) | [![Build Status](https://github.com/hhemied/asdf-openshift-install/actions/workflows/asdf-ci.yaml/badge.svg?branch=main)](https://github.com/hhemied/asdf-openshift-install/actions/workflows/asdf-ci.yaml) | +| opentofu | [virtualroot/asdf-opentofu](https://github.com/virtualroot/asdf-opentofu) | [![Build Status](https://github.com/virtualroot/asdf-opentofu/actions/workflows/build.yml/badge.svg)](https://github.com/virtualroot/asdf-opentofu) | | Operator SDK | [Medium/asdf-operator-sdk](https://github.com/Medium/asdf-operator-sdk) | [![Build Status](https://travis-ci.org/Medium/asdf-operator-sdk.svg?branch=master)](https://travis-ci.org/Medium/asdf-operator-sdk) | | Opsgenie-lamp | [ORCID/asdf-opsgenie-lamp](https://github.com/ORCID/asdf-opsgenie-lamp) | [![Build](https://github.com/ORCID/asdf-opsgenie-lamp/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-opsgenie-lamp/actions/workflows/build.yml) | | oras | [bodgit/asdf-oras](https://github.com/bodgit/asdf-oras) | [![Build Status](https://github.com/bodgit/asdf-oras/workflows/Build/badge.svg?branch=main)](https://github.com/bodgit/asdf-oras/actions) | diff --git a/plugins/opentofu b/plugins/opentofu new file mode 100644 index 000000000..e7290479f --- /dev/null +++ b/plugins/opentofu @@ -0,0 +1 @@ +repository = https://github.com/virtualroot/asdf-opentofu.git From 8ea497e38333e0fe012273dcf359474fa4623702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Wed, 8 Nov 2023 19:58:03 +0800 Subject: [PATCH 07/21] feat: add mimirtool plugins (#896) --- README.md | 1 + plugins/mimirtool | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/mimirtool diff --git a/README.md b/README.md index 909ba9572..41b4ab99f 100644 --- a/README.md +++ b/README.md @@ -457,6 +457,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Meson | [asdf-community/asdf-meson](https://github.com/asdf-community/asdf-meson) | [![Build Status](https://github.com/asdf-community/asdf-meson/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-meson/actions) | | Micronaut | [weibemoura/asdf-micronaut](https://github.com/weibemoura/asdf-micronaut) | [![Build Status](https://travis-ci.org/weibemoura/asdf-micronaut.svg?branch=master)](https://travis-ci.org/weibemoura/asdf-micronaut) | | Mill | [asdf-community/asdf-mill](https://github.com/asdf-community/asdf-mill) | [![Build Status](https://travis-ci.org/asdf-community/asdf-mill.svg?branch=master)](https://travis-ci.org/asdf-community/asdf-mill) | +| mimirtool | [asdf-community/asdf-mimirtool](https://github.com/asdf-community/asdf-mimirtool) | [![Build Status](https://github.com/asdf-community/asdf-mimirtool/actions/workflows/build.yml/badge.svg)](https://github.com/asdf-community/asdf-mimirtool/actions/workflows/build.yml) | | minify | [axilleas/asdf-minify](https://github.com/axilleas/asdf-minify) | [![Build Status](https://github.com/axilleas/asdf-minify/workflows/main/badge.svg)](https://github.com/axilleas/asdf-minify/actions) | | Minikube | [alvarobp/asdf-minikube](https://github.com/alvarobp/asdf-minikube) | [![Build Status](https://github.com/alvarobp/asdf-minikube/workflows/main/badge.svg)](https://github.com/alvarobp/asdf-minikube/actions) | | Minio | [aeons/asdf-minio](https://github.com/aeons/asdf-minio) | [![Build Status](https://github.com/aeons/asdf-minio/actions/workflows/test.yml/badge.svg)](https://github.com/aeons/asdf-minio/actions) | diff --git a/plugins/mimirtool b/plugins/mimirtool new file mode 100644 index 000000000..48ff65b2b --- /dev/null +++ b/plugins/mimirtool @@ -0,0 +1 @@ +repository = https://github.com/asdf-community/asdf-mimirtool.git From f63a9bf975204649b56b95793ff222bf4dd60cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Wed, 8 Nov 2023 19:58:50 +0800 Subject: [PATCH 08/21] feat: add promtool plugin (#897) --- README.md | 1 + plugins/promtool | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/promtool diff --git a/README.md b/README.md index 41b4ab99f..1f9f43847 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | powerline-go | [dex4er/asdf-powerline-go](https://github.com/dex4er/asdf-powerline-go) | [![CI](https://github.com/dex4er/asdf-go-containerregistry/actions/workflows/ci.yml/badge.svg)](https://github.com/dex4er/asdf-powerline-go/actions/workflows/ci.yml) | | PowerShell | [daveneeley/asdf-powershell-core](https://github.com/daveneeley/asdf-powershell-core) | [![Build Status](https://github.com/daveneeley/asdf-powershell-core/actions/workflows/build.yml/badge.svg)](https://github.com/daveneeley/asdf-powershell-core/actions/workflows/build.yml) | | pre-commit | [jonathanmorley/asdf-pre-commit](https://github.com/jonathanmorley/asdf-pre-commit) | [![GitHub Actions Status](https://github.com/jonathanmorley/asdf-pre-commit/workflows/ASDF%20CI/badge.svg)](https://github.com/jonathanmorley/asdf-pre-commit/actions) | +| promtool | [asdf-community/asdf-promtool](https://github.com/asdf-community/asdf-promtool) | [![Build Status](https://github.com/asdf-community/asdf-promtool/actions/workflows/build.yml/badge.svg)](https://github.com/asdf-community/asdf-promtool/actions/workflows/build.yml) | | protoc | [paxosglobal/asdf-protoc](https://github.com/paxosglobal/asdf-protoc) | [![Build Status](https://travis-ci.com/paxosglobal/asdf-protoc.svg?branch=master)](https://travis-ci.com/paxosglobal/asdf-protoc) | | protoc-gen-connect-go | [dylanrayboss/asdf-protoc-gen-connect-go](https://github.com/dylanrayboss/asdf-protoc-gen-connect-go) | [![Build Status](https://github.com/dylanrayboss/asdf-protoc-gen-connect-go/actions/workflows/build.yml/badge.svg)](https://github.com/dylanrayboss/asdf-protoc-gen-connect-go/actions) | | protoc-gen-grpc-web | [pbr0ck3r/asdf-protoc-gen-grpc-web](https://github.com/pbr0ck3r/asdf-protoc-gen-grpc-web) | [![Build Status](https://github.com/pbr0ck3r/asdf-protoc-gen-grpc-web/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-protoc-gen-grpc-web/actions/workflows/build.yml) | diff --git a/plugins/promtool b/plugins/promtool new file mode 100644 index 000000000..62a8bf840 --- /dev/null +++ b/plugins/promtool @@ -0,0 +1 @@ +repository = https://github.com/asdf-community/asdf-promtool From 0f501cde659ce2f02fb53c9a31b89ef791dfdac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gir=C3=B3n?= Date: Wed, 8 Nov 2023 13:04:21 +0100 Subject: [PATCH 09/21] feat: add yt-dlp plugin (#899) Co-authored-by: James Hegedus --- README.md | 1 + plugins/yt-dlp | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/yt-dlp diff --git a/README.md b/README.md index 1f9f43847..e135acdd8 100644 --- a/README.md +++ b/README.md @@ -739,6 +739,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | youtube-dl | [iul1an/asdf-youtube-dl](https://github.com/iul1an/asdf-youtube-dl) | [![Build](https://github.com/iul1an/asdf-youtube-dl/actions/workflows/build.yml/badge.svg)](https://github.com/iul1an/asdf-youtube-dl/actions/workflows/build.yml) | | yj | [ryodocx/asdf-yj](https://github.com/ryodocx/asdf-yj) | [![GitHub Actions Status](https://github.com/ryodocx/asdf-yj/workflows/Build/badge.svg)](https://github.com/ryodocx/asdf-yj/actions) | | yq | [sudermanjr/asdf-yq](https://github.com/sudermanjr/asdf-yq) | [![Build Status](https://github.com/sudermanjr/asdf-yq/workflows/master/badge.svg?branch=master)](https://github.com/sudermanjr/asdf-yq/actions) | +| yt-dlp | [duhow/asdf-yt-dlp](https://github.com/duhow/asdf-yt-dlp) | [![Build](https://github.com/duhow/asdf-yt-dlp/actions/workflows/build.yml/badge.svg)](https://github.com/duhow/asdf-yt-dlp/actions/workflows/build.yml) | | ytt | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel) | [![Build Status](https://github.com/vmware-tanzu/asdf-carvel/workflows/test-all/badge.svg)](https://github.com/vmware-tanzu/asdf-carvel/actions) | | zbctl | [camunda-community-hub/asdf-zbctl](https://github.com/camunda-community-hub/asdf-zbctl) | [![Build Status](https://github.com/camunda-community-hub/asdf-zbctl/actions/workflows/build.yml/badge.svg)](https://github.com/camunda-community-hub/asdf-zbctl/actions/workflows/build.yml) | | zellij | [chessmango/asdf-zellij](https://github.com/chessmango/asdf-zellij) | [![GitHub Actions Status](https://github.com/chessmango/asdf-zellij/actions/workflows/build.yml/badge.svg)](https://github.com/chessmango/asdf-zellij/actions) | diff --git a/plugins/yt-dlp b/plugins/yt-dlp new file mode 100644 index 000000000..d4461cb37 --- /dev/null +++ b/plugins/yt-dlp @@ -0,0 +1 @@ +repository = https://github.com/duhow/asdf-yt-dlp From fddf4d829175536ff5e32a998904c41d0b05b339 Mon Sep 17 00:00:00 2001 From: nyuyuyu <127820811+nyuyuyu@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:07:42 +0900 Subject: [PATCH 10/21] feat: add Monarch plugin (#898) --- README.md | 1 + plugins/monarch | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/monarch diff --git a/README.md b/README.md index e135acdd8..8133c56ba 100644 --- a/README.md +++ b/README.md @@ -468,6 +468,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | mkcert | [salasrod/asdf-mkcert](https://github.com/salasrod/asdf-mkcert) | [![Build Status](https://github.com/salasrod/asdf-mkcert/workflows/CI/badge.svg?branch=master)](https://github.com/salasrod/asdf-mkcert/actions) | | mlton | [asdf-community/asdf-mlton](https://github.com/asdf-community/asdf-mlton) | [![Main workflow](https://github.com/asdf-community/asdf-mlton/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-mlton/actions) | | mockery | [cabify/asdf-mockery](https://github.com/cabify/asdf-mockery) | [![Build Status](https://travis-ci.org/cabify/asdf-mockery.svg?branch=master)](https://travis-ci.org/cabify/asdf-mockery) | +| Monarch | [nyuyuyu/asdf-monarch](https://github.com/nyuyuyu/asdf-monarch) | [![GitHub Actions Status](https://github.com/nyuyuyu/asdf-monarch/actions/workflows/build.yml/badge.svg)](https://github.com/nyuyuyu/asdf-monarch/actions) | | mongo-tools | [itspngu/asdf-mongo-tools](https://github.com/itspngu/asdf-mongo-tools) | [![CI](https://github.com/itspngu/asdf-mongo-tools/workflows/CI/badge.svg)](https://github.com/itspngu/asdf-mongo-tools/actions) | | MongoDB | [sylph01/asdf-mongodb](https://github.com/sylph01/asdf-mongodb) | [![Build Status](https://travis-ci.org/sylph01/asdf-mongodb.svg?branch=master)](https://travis-ci.org/sylph01/asdf-mongodb) | | mongosh | [itspngu/asdf-mongosh](https://github.com/itspngu/asdf-mongosh) | [![CI](https://github.com/itspngu/asdf-mongosh/workflows/CI/badge.svg)](https://github.com/itspngu/asdf-mongosh/actions) | diff --git a/plugins/monarch b/plugins/monarch new file mode 100644 index 000000000..ada451947 --- /dev/null +++ b/plugins/monarch @@ -0,0 +1 @@ +repository = https://github.com/nyuyuyu/asdf-monarch.git From 65074ab714ae4f4928992c299935d6e409edcb3e Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Wed, 8 Nov 2023 13:11:55 +0100 Subject: [PATCH 11/21] feat: add bat-extras plugin (#900) --- README.md | 1 + plugins/bat-extras | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/bat-extras diff --git a/README.md b/README.md index 8133c56ba..a19bd46cd 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | balena-cli | [boatkit-io/asdf-balena-cli](https://github.com/boatkit-io/asdf-balena-cli) | [![Build Status](https://github.com/boatkit-io/asdf-balena-cli/workflows/Main%20Workflow/badge.svg)](https://github.com/boatkit-io/asdf-balena-cli/blob/main/.github/workflows/workflow.yml) | | bashbot | [mathew-fleisch/asdf-bashbot](https://github.com/mathew-fleisch/asdf-bashbot) | [![Build Status](https://github.com/mathew-fleisch/asdf-bashbot/workflows/Build/badge.svg?branch=main)](https://github.com/mathew-fleisch/asdf-bashbot/actions) | | bat | [wt0f/asdf-bat](https://gitlab.com/wt0f/asdf-bat) | [![pipeline status](https://gitlab.com/wt0f/asdf-bat/badges/master/pipeline.svg)](https://gitlab.com/wt0f/asdf-bat/-/commits/master) | +| bat-extras | [vhdirk/asdf-bat-extras](https://github.com/vhdirk/asdf-bat-extras) | [![Build status](https://github.com/vhdirk/asdf-bat-extras/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/vhdirk/asdf-bat-extras/master) | | Batect | [johnlayton/asdf-batect](https://github.com/johnlayton/asdf-batect) | [![Build Status](https://github.com/johnlayton/asdf-batect/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/johnlayton/asdf-batect/actions/workflows/workflow.yml) | | Bats (Bash unittest) | [timgluz/asdf-bats](https://github.com/timgluz/asdf-bats) | [![Build Status](https://github.com/timgluz/asdf-bats/actions/workflows/asdf_test.yml/badge.svg?branch=main)](https://github.com/timgluz/asdf-bats/actions/workflows/asdf_test.yml) | | Bazel | [rajatvig/asdf-bazel](https://github.com/rajatvig/asdf-bazel) | [![Build Status](https://travis-ci.org/rajatvig/asdf-bazel.svg?branch=master)](https://travis-ci.org/rajatvig/asdf-bazel) | diff --git a/plugins/bat-extras b/plugins/bat-extras new file mode 100644 index 000000000..db4d0a11c --- /dev/null +++ b/plugins/bat-extras @@ -0,0 +1 @@ +repository = https://github.com/vhdirk/asdf-bat-extras.git From 696c82948e4e85afa3506f2040b3172861f7b434 Mon Sep 17 00:00:00 2001 From: Pierre DEMAGNY Date: Wed, 8 Nov 2023 13:12:55 +0100 Subject: [PATCH 12/21] feat: add changie plugin (#903) --- README.md | 1 + plugins/changie | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/changie diff --git a/README.md b/README.md index a19bd46cd..453fe97c6 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | cf | [mattysweeps/asdf-cf](https://github.com/mattysweeps/asdf-cf) | [![Build Status](https://travis-ci.org/mattysweeps/asdf-cf.svg?branch=master)](https://travis-ci.org/mattysweeps/asdf-cf) | | cfssl | [mathew-fleisch/asdf-cfssl](https://github.com/mathew-fleisch/asdf-cfssl) | [![Build Status](https://github.com/mathew-fleisch/asdf-cfssl/workflows/Build/badge.svg?branch=main)](https://github.com/mathew-fleisch/asdf-cfssl/actions) | | chamber | [mintel/asdf-chamber](https://github.com/mintel/asdf-chamber) | [![Build Status](https://github.com/mintel/asdf-chamber/workflows/Build/badge.svg?branch=master)](https://github.com/mintel/asdf-chamber/actions) | +| changie | [pdemagny/asdf-changie](https://github.com/pdemagny/asdf-changie) | [![Build Status](https://github.com/pdemagny/asdf-changie/actions/workflows/build.yml/badge.svg)](https://github.com/pdemagny/asdf-changie/actions) | | cheat | [jmoratilla/asdf-cheat-plugin](https://github.com/jmoratilla/asdf-cheat-plugin) | [![Build Status](https://github.com/jmoratilla/asdf-cheat-plugin/workflows/CI/badge.svg?branch=master)](https://github.com/jmoratilla/asdf-cheat-plugin/actions) | | checkov | [bosmak/asdf-checkov](https://github.com/bosmak/asdf-checkov) | [![Build Status](https://github.com/bosmak/asdf-checkov/workflows/Build/badge.svg)](https://github.com/bosmak/asdf-checkov/actions) | | chezmoi | [joke/asdf-chezmoi](https://github.com/joke/asdf-chezmoi) | [![Build Status](https://github.com/joke/asdf-chezmoi/workflows/Build/badge.svg)](https://github.com/joke/asdf-chezmoi/actions) | diff --git a/plugins/changie b/plugins/changie new file mode 100644 index 000000000..58d3cf740 --- /dev/null +++ b/plugins/changie @@ -0,0 +1 @@ +repository = https://github.com/pdemagny/asdf-changie From c9e3a0c6687f7e23f41052c2e1438db879da668a Mon Sep 17 00:00:00 2001 From: Giorgio Garasto Date: Wed, 8 Nov 2023 13:14:15 +0100 Subject: [PATCH 13/21] feat: add traefik plugin (#895) --- README.md | 1 + plugins/traefik | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/traefik diff --git a/README.md b/README.md index 453fe97c6..277a8ecd9 100644 --- a/README.md +++ b/README.md @@ -688,6 +688,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | tomcat | [mbutov/asdf-tomcat](https://github.com/mbutov/asdf-tomcat) | [![GitHub Actions Status](https://github.com/mbutov/asdf-tomcat/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/mbutov/asdf-tomcat/actions/workflows/build.yml) | | tonnage | [elementalvoid/asdf-tonnage](https://github.com/elementalvoid/asdf-tonnage) | [![GitHub Actions Status](https://github.com/elementalvoid/asdf-tonnage/workflows/Build/badge.svg?branch=main)](https://github.com/elementalvoid/asdf-tonnage/actions) | | tool-versions-to-env | [smartcontractkit/tool-versions-to-env-action](https://github.com/smartcontractkit/tool-versions-to-env-action) | [![GitHub Actions Status](https://github.com/smartcontractkit/tool-versions-to-env-action/workflows/test%20asdf%20plugin/badge.svg?branch=main)](https://github.com/smartcontractkit/tool-versions-to-env-action) | +| Traefik | [Dabolus/asdf-traefik](https://github.com/Dabolus/asdf-traefik) | [![GitHub Actions Status](https://github.com/Dabolus/asdf-traefik/actions/workflows/build.yml/badge.svg)](https://github.com/Dabolus/asdf-traefik/actions/workflows/build.yml) | | Trdsql | [johnlayton/asdf-trdsql](https://github.com/johnlayton/asdf-trdsql) | [![GitHub Actions Status](https://github.com/johnlayton/asdf-trdsql/workflows/main/badge.svg?branch=master)](https://github.com/johnlayton/asdf-trdsql/actions) | | tree-sitter | [ivanvc/asdf-tree-sitter](https://github.com/ivanvc/asdf-tree-sitter) | [![Build Status](https://github.com/ivanvc/asdf-tree-sitter/workflows/Build/badge.svg)](https://github.com/ivanvc/asdf-tree-sitter/actions?query=workflow%3ABuild) | | tridentctl | [asdf-community/asdf-tridentctl](https://github.com/asdf-community/asdf-tridentctl) | [![CI](https://github.com/asdf-community/asdf-tridentctl/workflows/CI/badge.svg)](https://github.com/asdf-community/asdf-tridentctl/actions) | diff --git a/plugins/traefik b/plugins/traefik new file mode 100644 index 000000000..8b8f8042a --- /dev/null +++ b/plugins/traefik @@ -0,0 +1 @@ +repository = https://github.com/Dabolus/asdf-traefik.git From 8faabc95d29460f59bc888e89a63220a91e4c3af Mon Sep 17 00:00:00 2001 From: Matheus Lozano Date: Wed, 8 Nov 2023 13:16:08 +0100 Subject: [PATCH 14/21] feat: add jfrog plugin (#904) --- README.md | 1 + plugins/jfrog-cli | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/jfrog-cli diff --git a/README.md b/README.md index 277a8ecd9..053b63a0e 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Java | [halcyon/asdf-java](https://github.com/halcyon/asdf-java) | [![Build Status](https://github.com/halcyon/asdf-java/workflows/asdf-java%20Tests/badge.svg?branch=master)](https://github.com/halcyon/asdf-java/actions?query=workflow%3A%22asdf-java+Tests%22+branch%3Amaster) | | jb | [beardix/asdf-jb](https://github.com/beardix/asdf-jb) | [![GitHub Actions Status](https://github.com/beardix/asdf-jb/workflows/ci/badge.svg?branch=master)](https://github.com/beardix/asdf-jb/actions) | | jbang | [joschi/asdf-jbang](https://github.com/joschi/asdf-jbang) | [![Main workflow](https://github.com/joschi/asdf-jbang/workflows/Main%20workflow/badge.svg?branch=main)](https://github.com/joschi/asdf-jbang/actions) | +| jfrog-cli | [LozanoMatheus/asdf-jfrog-cli](https://github.com/LozanoMatheus/asdf-jfrog-cli) | [![Build](https://github.com/LozanoMatheus/asdf-jfrog-cli/actions/workflows/build.yml/badge.svg)](https://github.com/LozanoMatheus/asdf-jfrog-cli/actions/workflows/build.yml) | | jib | [joschi/asdf-jib](https://github.com/joschi/asdf-jib) | [![Main workflow](https://github.com/joschi/asdf-jib/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/joschi/asdf-jib/actions) | | jiq | [chessmango/asdf-jiq](https://github.com/chessmango/asdf-jiq) | [![GitHub Actions Status](https://github.com/chessmango/asdf-jiq/actions/workflows/build.yml/badge.svg)](https://github.com/chessmango/asdf-jiq/actions) | | jless | [jc00ke/asdf-jless](https://github.com/jc00ke/asdf-jless) | [![Build Status](https://github.com/jc00ke/asdf-jless/workflows/Build/badge.svg?branch=main)](https://github.com/jc00ke/asdf-jless/actions) | diff --git a/plugins/jfrog-cli b/plugins/jfrog-cli new file mode 100644 index 000000000..d1d6afb63 --- /dev/null +++ b/plugins/jfrog-cli @@ -0,0 +1 @@ +repository = https://github.com/LozanoMatheus/asdf-jfrog-cli.git From 7493803d4a3b53e8d3e1746ba38bc88bb69dde3a Mon Sep 17 00:00:00 2001 From: Phil Brocker <5331286+pbr0ck3r@users.noreply.github.com> Date: Wed, 8 Nov 2023 07:24:51 -0500 Subject: [PATCH 15/21] feat: add staticcheck tool (#906) Co-authored-by: Phil Brocker Co-authored-by: James Hegedus --- README.md | 1 + plugins/staticcheck | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/staticcheck diff --git a/README.md b/README.md index 053b63a0e..1bfed268f 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | starboard | [zufardhiyaulhaq/asdf-starboard](https://github.com/zufardhiyaulhaq/asdf-starboard) | [![Build](https://github.com/zufardhiyaulhaq/asdf-starboard/actions/workflows/build.yml/badge.svg)](https://github.com/zufardhiyaulhaq/asdf-starboard/actions/workflows/build.yml) | | starport | [nikever/asdf-starport](https://github.com/nikever/asdf-starport) | [![Build Status](https://github.com/nikever/asdf-starport/workflows/Build/badge.svg)](https://github.com/nikever/asdf-starport/actions) | | starship | [grimoh/asdf-starship](https://github.com/grimoh/asdf-starship) | [![GitHub Actions Status](https://github.com/grimoh/asdf-starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-starship/actions) | +| Staticcheck | [pbr0ck3r/asdf-staticcheck](https://github.com/pbr0ck3r/asdf-staticcheck) | [![Build Status](https://github.com/pbr0ck3r/asdf-staticcheck/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-staticcheck/actions/workflows/build.yml) | | steampipe | [carnei-ro/asdf-steampipe](https://github.com/carnei-ro/asdf-steampipe) | [![Build Status](https://github.com/carnei-ro/asdf-steampipe/workflows/Build/badge.svg?branch=main)](https://github.com/carnei-ro/asdf-steampipe/actions) | | Steel Bank Common Lisp (sbcl) | [smashedtoatoms/asdf-sbcl](https://github.com/smashedtoatoms/asdf-sbcl) | [![Build Status](https://github.com/smashedtoatoms/asdf-sbcl/workflows/Build/badge.svg?branch=main)](https://github.com/smashedtoatoms/asdf-sbcl/actions) | | step | [log2/asdf-step](https://github.com/log2/asdf-step) | [![Build](https://github.com/log2/asdf-step/actions/workflows/build.yml/badge.svg)](https://github.com/log2/asdf-step/actions/workflows/build.yml) | diff --git a/plugins/staticcheck b/plugins/staticcheck new file mode 100644 index 000000000..b670265ea --- /dev/null +++ b/plugins/staticcheck @@ -0,0 +1 @@ +repository = https://github.com/pbr0ck3r/asdf-staticcheck.git From 0985ebab759f6abd99693455d02d0c66bc4b7808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fern=C3=A1ndez?= Date: Wed, 8 Nov 2023 13:25:57 +0100 Subject: [PATCH 16/21] feat: add updatecli plugin (#907) --- README.md | 1 + plugins/updatecli | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/updatecli diff --git a/README.md b/README.md index 1bfed268f..22e29f71c 100644 --- a/README.md +++ b/README.md @@ -702,6 +702,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | typos | [aschiavon91/asdf-typos](https://github.com/aschiavon91/asdf-typos) | [![Build Status](https://github.com/aschiavon91/asdf-typos/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/aschiavon91/asdf-typos/actions/workflows/build.yml) | | uaa-cli | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf) | [![Build Status](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-uaa-cli.yml/badge.svg?branch=main)](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-uaa-cli.yml) | | Unison | [susurri/asdf-unison](https://github.com/susurri/asdf-unison) | [![Build](https://github.com/susurri/asdf-unison/actions/workflows/build.yml/badge.svg)](https://github.com/susurri/asdf-unison/actions/workflows/build.yml) | +| updatecli | [updatecli/asdf-updatecli](https://github.com/updatecli/asdf-updatecli) | [![Build](https://github.com/updatecli/asdf-updatecli/actions/workflows/build.yml/badge.svg)](https://github.com/updatecli/asdf-updatecli/actions/workflows/build.yml) | | upt | [ORCID/asdf-upt](https://github.com/ORCID/asdf-upt) | [![Build](https://github.com/ORCID/asdf-upt/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-upt/actions/workflows/build.yml) | | upx | [jimmidyson/asdf-upx](https://github.com/jimmidyson/asdf-upx) | [![Build Status](https://github.com/jimmidyson/asdf-upx/workflows/ci/badge.svg?branch=main)](https://github.com/jimmidyson/asdf-upx/actions) | | usql | [itspngu/asdf-usql](https://github.com/itspngu/asdf-usql) | [![CI](https://github.com/itspngu/asdf-usql/workflows/CI/badge.svg)](https://github.com/itspngu/asdf-usql/actions/workflows/test.yml) | diff --git a/plugins/updatecli b/plugins/updatecli new file mode 100644 index 000000000..a85d42dab --- /dev/null +++ b/plugins/updatecli @@ -0,0 +1 @@ +repository = https://github.com/updatecli/asdf-updatecli.git From 8dd08e1344c74562414cfaf65f8ff7a73c0f4d4a Mon Sep 17 00:00:00 2001 From: Jakob Jensen Date: Wed, 8 Nov 2023 13:34:52 +0100 Subject: [PATCH 17/21] feat: add lane plugin (#884) --- README.md | 1 + plugins/lane | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/lane diff --git a/README.md b/README.md index 22e29f71c..da4f73362 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | kuttl | [jimmidyson/asdf-kuttl](https://github.com/jimmidyson/asdf-kuttl) | [![Build Status](https://github.com/jimmidyson/asdf-kuttl/workflows/ci/badge.svg?branch=main)](https://github.com/jimmidyson/asdf-kuttl/) | | kwt | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel) | [![Build Status](https://github.com/vmware-tanzu/asdf-carvel/workflows/test-all/badge.svg)](https://github.com/vmware-tanzu/asdf-carvel/actions) | | lab | [particledecay/asdf-lab](https://github.com/particledecay/asdf-lab) | [![Test Plugin](https://github.com/particledecay/asdf-lab/workflows/Plugin%20Test/badge.svg)](https://github.com/particledecay/asdf-lab/actions) | +| lane | [CodeReaper/asdf-lane](https://github.com/CodeReaper/asdf-lane) | [![Build Status](https://github.com/CodeReaper/asdf-lane/actions/workflows/test.yaml/badge.svg)](https://github.com/CodeReaper/asdf-lane/actions) | | lazygit | [nklmilojevic/asdf-lazygit](https://github.com/nklmilojevic/asdf-lazygit) | [![Build Status](https://github.com/nklmilojevic/asdf-lazygit/actions/workflows/build.yml/badge.svg)](https://github.com/nklmilojevic/asdf-lazygit/actions) | | Lean | [asdf-community/asdf-lean](https://github.com/asdf-community/asdf-lean) | [![Build Status](https://github.com/asdf-community/asdf-lean/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-lean/actions) | | Leiningen | [miorimmax/asdf-lein](https://github.com/miorimmax/asdf-lein) | [![Build Status](https://travis-ci.org/miorimmax/asdf-lein.svg?branch=master)](https://travis-ci.org/miorimmax/asdf-lein) | diff --git a/plugins/lane b/plugins/lane new file mode 100644 index 000000000..ecda0b2e5 --- /dev/null +++ b/plugins/lane @@ -0,0 +1 @@ +repository = https://github.com/CodeReaper/asdf-lane.git From e51dacea138f3de0b88af23f7faa83fbc7ec72a3 Mon Sep 17 00:00:00 2001 From: Yuanhai He Date: Wed, 8 Nov 2023 20:40:02 +0800 Subject: [PATCH 18/21] feat: add clarinet cli (#910) Signed-off-by: bestmike007 --- README.md | 1 + plugins/clarinet | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/clarinet diff --git a/README.md b/README.md index da4f73362..5b97eae88 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Chromedriver | [schinckel/asdf-chromedriver](https://github.com/schinckel/asdf-chromedriver) | [![Build status](https://github.com/schinckel/asdf-chromedriver/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/schinckel/asdf-chromedriver/actions) | | cilium-cli | [carnei-ro/asdf-cilium-cli](https://github.com/carnei-ro/asdf-cilium-cli) | [![Build Status](https://github.com/carnei-ro/asdf-cilium-cli/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/carnei-ro/asdf-cilium-cli/actions) | | cilium-hubble | [NitriKx/asdf-cilium-hubble](https://github.com/NitriKx/asdf-cilium-hubble) | [![Build Status](https://github.com/NitriKx/asdf-cilium-hubble/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/NitriKx/asdf-cilium-hubble/actions) | +| Clarinet | [alexgo-io/asdf-clarinet](https://github.com/alexgo-io/asdf-clarinet) | [![Build Status](https://github.com/alexgo-io/asdf-clarinet/actions/workflows/build.yml/badge.svg)](https://github.com/alexgo-io/asdf-clarinet/actions) | | Clojure | [asdf-community/asdf-clojure](https://github.com/asdf-community/asdf-clojure) | [![Build Status](https://github.com/asdf-community/asdf-clojure/actions/workflows/workflow.yml/badge.svg)](https://github.com/asdf-community/asdf-clojure/actions) | | Cloudflared | [threkk/asdf-cloudflared](https://github.com/threkk/asdf-cloudflared) | [![GitHub Actions Status](https://github.com/threkk/asdf-cloudflared/workflows/Build/badge.svg?branch=main)](https://github.com/threkk/asdf-cloudflared/actions) | | cloud-sql-proxy | [pbr0ck3r/asdf-cloud-sql-proxy](https://github.com/pbr0ck3r/asdf-cloud-sql-proxy) | [![CI](https://github.com/pbr0ck3r/asdf-cloud-sql-proxy/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-cloud-sql-proxy/actions/workflows/build.yml) | diff --git a/plugins/clarinet b/plugins/clarinet new file mode 100644 index 000000000..d7d4b92bd --- /dev/null +++ b/plugins/clarinet @@ -0,0 +1 @@ +repository = https://github.com/alexgo-io/asdf-clarinet.git From 25c29cb892242e06c60dda292864c95aa53e703b Mon Sep 17 00:00:00 2001 From: jthegedus Date: Wed, 8 Nov 2023 23:42:04 +1100 Subject: [PATCH 19/21] chore: format readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b97eae88..2d88b83ff 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Chromedriver | [schinckel/asdf-chromedriver](https://github.com/schinckel/asdf-chromedriver) | [![Build status](https://github.com/schinckel/asdf-chromedriver/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/schinckel/asdf-chromedriver/actions) | | cilium-cli | [carnei-ro/asdf-cilium-cli](https://github.com/carnei-ro/asdf-cilium-cli) | [![Build Status](https://github.com/carnei-ro/asdf-cilium-cli/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/carnei-ro/asdf-cilium-cli/actions) | | cilium-hubble | [NitriKx/asdf-cilium-hubble](https://github.com/NitriKx/asdf-cilium-hubble) | [![Build Status](https://github.com/NitriKx/asdf-cilium-hubble/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/NitriKx/asdf-cilium-hubble/actions) | -| Clarinet | [alexgo-io/asdf-clarinet](https://github.com/alexgo-io/asdf-clarinet) | [![Build Status](https://github.com/alexgo-io/asdf-clarinet/actions/workflows/build.yml/badge.svg)](https://github.com/alexgo-io/asdf-clarinet/actions) | +| Clarinet | [alexgo-io/asdf-clarinet](https://github.com/alexgo-io/asdf-clarinet) | [![Build Status](https://github.com/alexgo-io/asdf-clarinet/actions/workflows/build.yml/badge.svg)](https://github.com/alexgo-io/asdf-clarinet/actions) | | Clojure | [asdf-community/asdf-clojure](https://github.com/asdf-community/asdf-clojure) | [![Build Status](https://github.com/asdf-community/asdf-clojure/actions/workflows/workflow.yml/badge.svg)](https://github.com/asdf-community/asdf-clojure/actions) | | Cloudflared | [threkk/asdf-cloudflared](https://github.com/threkk/asdf-cloudflared) | [![GitHub Actions Status](https://github.com/threkk/asdf-cloudflared/workflows/Build/badge.svg?branch=main)](https://github.com/threkk/asdf-cloudflared/actions) | | cloud-sql-proxy | [pbr0ck3r/asdf-cloud-sql-proxy](https://github.com/pbr0ck3r/asdf-cloud-sql-proxy) | [![CI](https://github.com/pbr0ck3r/asdf-cloud-sql-proxy/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-cloud-sql-proxy/actions/workflows/build.yml) | From f4ddd9ad11c92fb307005f4cc80c7c60b43e481e Mon Sep 17 00:00:00 2001 From: Piotr Magiera <56825108+piotmag769@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:49:36 +0100 Subject: [PATCH 20/21] feat: add Starknet Foundry plugin (#912) Co-authored-by: James Hegedus --- README.md | 1 + plugins/starknet-foundry | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/starknet-foundry diff --git a/README.md b/README.md index 2d88b83ff..296ef4d49 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | sshuttle | [xanmanning/asdf-sshuttle](https://github.com/xanmanning/asdf-sshuttle) | [![Build](https://github.com/xanmanning/asdf-sshuttle/actions/workflows/build.yml/badge.svg)](https://github.com/xanmanning/asdf-sshuttle/actions/workflows/build.yml) | | Stack | [sestrella/asdf-ghcup](https://github.com/sestrella/asdf-ghcup) | [![CI](https://github.com/sestrella/asdf-ghcup/actions/workflows/ci.yml/badge.svg)](https://github.com/sestrella/asdf-ghcup/actions/workflows/ci.yml) | | starboard | [zufardhiyaulhaq/asdf-starboard](https://github.com/zufardhiyaulhaq/asdf-starboard) | [![Build](https://github.com/zufardhiyaulhaq/asdf-starboard/actions/workflows/build.yml/badge.svg)](https://github.com/zufardhiyaulhaq/asdf-starboard/actions/workflows/build.yml) | +| Starknet Foundry | [foundry-rs/asdf-starknet-foundry](https://github.com/foundry-rs/asdf-starknet-foundry) | [![CI](https://github.com/foundry-rs/asdf-starknet-foundry/actions/workflows/build.yml/badge.svg)](https://github.com/foundry-rs/asdf-starknet-foundry/actions/workflows/build.yml) | | starport | [nikever/asdf-starport](https://github.com/nikever/asdf-starport) | [![Build Status](https://github.com/nikever/asdf-starport/workflows/Build/badge.svg)](https://github.com/nikever/asdf-starport/actions) | | starship | [grimoh/asdf-starship](https://github.com/grimoh/asdf-starship) | [![GitHub Actions Status](https://github.com/grimoh/asdf-starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-starship/actions) | | Staticcheck | [pbr0ck3r/asdf-staticcheck](https://github.com/pbr0ck3r/asdf-staticcheck) | [![Build Status](https://github.com/pbr0ck3r/asdf-staticcheck/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-staticcheck/actions/workflows/build.yml) | diff --git a/plugins/starknet-foundry b/plugins/starknet-foundry new file mode 100644 index 000000000..e52844fd6 --- /dev/null +++ b/plugins/starknet-foundry @@ -0,0 +1 @@ +repository = https://github.com/foundry-rs/asdf-starknet-foundry.git From 682d4c90f512ee6503b1fd9d28c18ad6ef5b96a5 Mon Sep 17 00:00:00 2001 From: "Justin \"J.R.\" Hill" Date: Wed, 8 Nov 2023 04:51:21 -0800 Subject: [PATCH 21/21] feat: add dt plugin (#909) Co-authored-by: James Hegedus --- README.md | 1 + plugins/dt | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/dt diff --git a/README.md b/README.md index 296ef4d49..5352b93a1 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Draft | [kristoflemmens/asdf-draft](https://github.com/kristoflemmens/asdf-draft) | [![Build Status](https://travis-ci.org/kristoflemmens/asdf-draft.svg?branch=master)](https://travis-ci.org/kristoflemmens/asdf-draft) | | Driftctl | [nlamirault/asdf-driftctl](https://github.com/nlamirault/asdf-driftctl) | [![GitHub Actions Status](https://github.com/nlamirault/asdf-driftctl/workflows/main/badge.svg?branch=master)](https://github.com/nlamirault/asdf-driftctl/actions) | | drone | [virtualstaticvoid/asdf-drone](https://github.com/virtualstaticvoid/asdf-drone) | [![Build Status](https://github.com/virtualstaticvoid/asdf-drone/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/virtualstaticvoid/asdf-drone/actions/workflows/workflow.yml) | +| dt | [so-dang-cool/asdf-dt](https://github.com/so-dang-cool/asdf-dt) | [![asdf-dt build status](https://github.com/so-dang-cool/asdf-dt/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/virtualstaticvoid/asdf-dt/actions/workflows/workflow.yml) | | duf | [NeoHsu/asdf-duf](https://github.com/NeoHsu/asdf-duf) | [![Build](https://github.com/NeoHsu/asdf-duf/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-duf/actions?query=workflow%3ABuild) | | dust | [looztra/asdf-dust](https://github.com/looztra/asdf-dust) | [![GitHub Actions Status](https://github.com/looztra/asdf-dust/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/looztra/asdf-dust/actions) | | DVC | [fwfurtado/asdf-dvc](https://github.com/fwfurtado/asdf-dvc) | [![GitHub Actions Status](https://github.com/fwfurtado/asdf-dvc/actions/workflows/test.yaml/badge.svg)](https://github.com/fwfurtado/asdf-dvc/actions) | diff --git a/plugins/dt b/plugins/dt new file mode 100644 index 000000000..170609f0e --- /dev/null +++ b/plugins/dt @@ -0,0 +1 @@ +repository = https://github.com/so-dang-cool/asdf-dt.git