From 44110e3f1f710a38dde6ebed195106e60e53bd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fern=C3=A1ndez?= Date: Thu, 5 Mar 2026 11:43:58 +0100 Subject: [PATCH 1/4] feat: gws plugin --- README.md | 1 + plugins/gws | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/gws diff --git a/README.md b/README.md index 4f634dfbc..bd9fd26ec 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | grpc-health-probe | [zufardhiyaulhaq/asdf-grpc-health-probe](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe) | [![Build](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe/actions/workflows/build.yml/badge.svg)](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe/actions/workflows/build.yml) | | grype | [poikilotherm/asdf-grype](https://github.com/poikilotherm/asdf-grype) | [![Main](https://github.com/poikilotherm/asdf-grype/workflows/Main/badge.svg?branch=main)](https://github.com/poikilotherm/asdf-grype/actions?query=workflow%3AMain) | | gum | [lwiechec/asdf-gum](https://github.com/lwiechec/asdf-gum) | [![Build](https://github.com/lwiechec/asdf-gum/workflows/Build/badge.svg)](https://github.com/lwiechec/asdf-gum/actions/workflows/build.yml) | +| gws | [treezio/asdf-googleworkspace-cli](https://github.com/treezio/asdf-googleworkspace-cli | [![Build](https://github.com/treezio/asdf-googleworkspace-cli/actions/workflows/build.yml/badge.svg)](https://github.com/treezio/asdf-googleworkspace-cli/actions/workflows/build.yml) | | gwvault | [GoodwayGroup/asdf-gwvault](https://github.com/GoodwayGroup/asdf-gwvault) | [![GitHub Actions Status](https://github.com/GoodwayGroup/asdf-gwvault/workflows/test/badge.svg?branch=main)](https://github.com/GoodwayGroup/asdf-gwvault/actions) | | hadolint | [devlincashman/asdf-hadolint](https://github.com/devlincashman/asdf-hadolint) | [![Build Status](https://github.com/devlincashman/asdf-hadolint/actions/workflows/build.yml/badge.svg)](https://github.com/devlincashman/asdf-hadolint/actions/workflows/build.yml) | | Hamler | [scudelletti/asdf-hamler](https://github.com/scudelletti/asdf-hamler) | [![Build](https://github.com/scudelletti/asdf-hamler/workflows/Build/badge.svg)](https://github.com/scudelletti/asdf-hamler/actions) | diff --git a/plugins/gws b/plugins/gws new file mode 100644 index 000000000..e7ff28bff --- /dev/null +++ b/plugins/gws @@ -0,0 +1 @@ +repository = https://github.com/googleworkspace/cli.git From c95adb7aec049b2301dfdf80ff76f7c1a3afc9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fern=C3=A1ndez?= Date: Thu, 5 Mar 2026 12:31:37 +0100 Subject: [PATCH 2/4] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd9fd26ec..72ea06151 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | grpc-health-probe | [zufardhiyaulhaq/asdf-grpc-health-probe](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe) | [![Build](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe/actions/workflows/build.yml/badge.svg)](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe/actions/workflows/build.yml) | | grype | [poikilotherm/asdf-grype](https://github.com/poikilotherm/asdf-grype) | [![Main](https://github.com/poikilotherm/asdf-grype/workflows/Main/badge.svg?branch=main)](https://github.com/poikilotherm/asdf-grype/actions?query=workflow%3AMain) | | gum | [lwiechec/asdf-gum](https://github.com/lwiechec/asdf-gum) | [![Build](https://github.com/lwiechec/asdf-gum/workflows/Build/badge.svg)](https://github.com/lwiechec/asdf-gum/actions/workflows/build.yml) | -| gws | [treezio/asdf-googleworkspace-cli](https://github.com/treezio/asdf-googleworkspace-cli | [![Build](https://github.com/treezio/asdf-googleworkspace-cli/actions/workflows/build.yml/badge.svg)](https://github.com/treezio/asdf-googleworkspace-cli/actions/workflows/build.yml) | +| gws | [treezio/asdf-googleworkspace-cli](https://github.com/treezio/asdf-googleworkspace-cli) | [![Build](https://github.com/treezio/asdf-googleworkspace-cli/actions/workflows/build.yml/badge.svg)](https://github.com/treezio/asdf-googleworkspace-cli/actions/workflows/build.yml) | | gwvault | [GoodwayGroup/asdf-gwvault](https://github.com/GoodwayGroup/asdf-gwvault) | [![GitHub Actions Status](https://github.com/GoodwayGroup/asdf-gwvault/workflows/test/badge.svg?branch=main)](https://github.com/GoodwayGroup/asdf-gwvault/actions) | | hadolint | [devlincashman/asdf-hadolint](https://github.com/devlincashman/asdf-hadolint) | [![Build Status](https://github.com/devlincashman/asdf-hadolint/actions/workflows/build.yml/badge.svg)](https://github.com/devlincashman/asdf-hadolint/actions/workflows/build.yml) | | Hamler | [scudelletti/asdf-hamler](https://github.com/scudelletti/asdf-hamler) | [![Build](https://github.com/scudelletti/asdf-hamler/workflows/Build/badge.svg)](https://github.com/scudelletti/asdf-hamler/actions) | From 1a767ddb8845dfc4b266fa4fc6203ef857068110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fern=C3=A1ndez?= Date: Thu, 5 Mar 2026 12:33:20 +0100 Subject: [PATCH 3/4] fix: plugin repository --- plugins/gws | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gws b/plugins/gws index e7ff28bff..d5c2e8fa1 100644 --- a/plugins/gws +++ b/plugins/gws @@ -1 +1 @@ -repository = https://github.com/googleworkspace/cli.git +repository = https://github.com/treezio/asdf-googleworkspace-cli.git From e33d53db8a3149bfecbbe85f024a266ac9992f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fern=C3=A1ndez?= Date: Thu, 5 Mar 2026 12:39:12 +0100 Subject: [PATCH 4/4] fix: rename repository --- README.md | 2 +- plugins/gws | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72ea06151..ec58c18d2 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | grpc-health-probe | [zufardhiyaulhaq/asdf-grpc-health-probe](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe) | [![Build](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe/actions/workflows/build.yml/badge.svg)](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe/actions/workflows/build.yml) | | grype | [poikilotherm/asdf-grype](https://github.com/poikilotherm/asdf-grype) | [![Main](https://github.com/poikilotherm/asdf-grype/workflows/Main/badge.svg?branch=main)](https://github.com/poikilotherm/asdf-grype/actions?query=workflow%3AMain) | | gum | [lwiechec/asdf-gum](https://github.com/lwiechec/asdf-gum) | [![Build](https://github.com/lwiechec/asdf-gum/workflows/Build/badge.svg)](https://github.com/lwiechec/asdf-gum/actions/workflows/build.yml) | -| gws | [treezio/asdf-googleworkspace-cli](https://github.com/treezio/asdf-googleworkspace-cli) | [![Build](https://github.com/treezio/asdf-googleworkspace-cli/actions/workflows/build.yml/badge.svg)](https://github.com/treezio/asdf-googleworkspace-cli/actions/workflows/build.yml) | +| gws | [treezio/asdf-gws](https://github.com/treezio/asdf-gws) | [![Build](https://github.com/treezio/asdf-gws/actions/workflows/build.yml/badge.svg)](https://github.com/treezio/asdf-gws/actions/workflows/build.yml) | | gwvault | [GoodwayGroup/asdf-gwvault](https://github.com/GoodwayGroup/asdf-gwvault) | [![GitHub Actions Status](https://github.com/GoodwayGroup/asdf-gwvault/workflows/test/badge.svg?branch=main)](https://github.com/GoodwayGroup/asdf-gwvault/actions) | | hadolint | [devlincashman/asdf-hadolint](https://github.com/devlincashman/asdf-hadolint) | [![Build Status](https://github.com/devlincashman/asdf-hadolint/actions/workflows/build.yml/badge.svg)](https://github.com/devlincashman/asdf-hadolint/actions/workflows/build.yml) | | Hamler | [scudelletti/asdf-hamler](https://github.com/scudelletti/asdf-hamler) | [![Build](https://github.com/scudelletti/asdf-hamler/workflows/Build/badge.svg)](https://github.com/scudelletti/asdf-hamler/actions) | diff --git a/plugins/gws b/plugins/gws index d5c2e8fa1..51990630e 100644 --- a/plugins/gws +++ b/plugins/gws @@ -1 +1 @@ -repository = https://github.com/treezio/asdf-googleworkspace-cli.git +repository = https://github.com/treezio/asdf-gws.git