From 8faabc95d29460f59bc888e89a63220a91e4c3af Mon Sep 17 00:00:00 2001 From: Matheus Lozano Date: Wed, 8 Nov 2023 13:16:08 +0100 Subject: [PATCH] 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 277a8ec..053b63a 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 0000000..d1d6afb --- /dev/null +++ b/plugins/jfrog-cli @@ -0,0 +1 @@ +repository = https://github.com/LozanoMatheus/asdf-jfrog-cli.git