From dccf21dbad5696c839c34f81ec23d2e27cacfbae Mon Sep 17 00:00:00 2001 From: Todd Edwards Date: Wed, 22 Feb 2023 07:54:35 -0500 Subject: [PATCH] feat: add ibmcloud plugin (#763) Co-authored-by: Todd Edwards --- README.md | 1 + plugins/ibmcloud | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/ibmcloud diff --git a/README.md b/README.md index edf67d8..98eb69f 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Hyperfine | [volf52/asdf-hyperfine](https://github.com/volf52/asdf-hyperfine) | [![Build](https://github.com/volf52/asdf-hyperfine/actions/workflows/build.yml/badge.svg)](https://github.com/volf52/asdf-hyperfine/actions/workflows/build.yml) | | iamlive | [chessmango/asdf-iamlive](https://github.com/chessmango/asdf-iamlive) | [![GitHub Actions Status](https://github.com/chessmango/asdf-iamlive/actions/workflows/build.yml/badge.svg)](https://github.com/chessmango/asdf-iamlive/actions) | | iam-policy-json-to-terraform | [carlduevel/asdf-iam-policy-json-to-terraform](https://github.com/carlduevel/asdf-iam-policy-json-to-terraform) | [![Build Status](https://github.com/carlduevel/asdf-iam-policy-json-to-terraform/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/carlduevel/asdf-iam-policy-json-to-terraform/actions/workflows/build.yml) | +| ibmcloud | [triangletodd/asdf-ibmcloud](https://github.com/triangletodd/asdf-ibmcloud) | [![Build Status](https://github.com/triangletodd/asdf-ibmcloud/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/triangletodd/asdf-ibmcloud/actions/workflows/build.yml) | | Idris | [asdf-community/asdf-idris](https://github.com/asdf-community/asdf-idris) | [![Build Status](https://travis-ci.org/asdf-community/asdf-idris.svg?branch=master)](https://travis-ci.org/asdf-community/asdf-idris) | | Idris2 | [asdf-community/asdf-idris2](https://github.com/asdf-community/asdf-idris2) | [![Build](https://github.com/asdf-community/asdf-idris2/workflows/Build/badge.svg)](https://github.com/asdf-community/asdf-idris2/actions?query=workflow%3ABuild) | | ImageMagick | [mangalakader/asdf-imagemagick](https://github.com/mangalakader/asdf-imagemagick) | [![Imagemagick Plugin Test](https://github.com/mangalakader/asdf-imagemagick/workflows/Imagemagick%20Plugin%20Test/badge.svg)](https://github.com/mangalakader/asdf-imagemagick/actions/workflows/main.yml) | diff --git a/plugins/ibmcloud b/plugins/ibmcloud new file mode 100644 index 0000000..e2057d8 --- /dev/null +++ b/plugins/ibmcloud @@ -0,0 +1 @@ +repository = https://github.com/triangletodd/asdf-ibmcloud.git