From da6482da97abcb916f12306824a305de35034f29 Mon Sep 17 00:00:00 2001 From: Thorben Date: Thu, 2 Dec 2021 22:10:42 +0000 Subject: [PATCH] feat: usql plugin (#519) --- README.md | 1 + plugins/usql | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/usql diff --git a/README.md b/README.md index 6c3abe1..d3affb3 100644 --- a/README.md +++ b/README.md @@ -430,6 +430,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | tridentctl | [asdf-community/asdf-tridentctl](https://github.com/asdf-community/asdf-tridentctl) | ![CI](https://github.com/asdf-community/asdf-tridentctl/workflows/CI/badge.svg) | | Trivy | [zufardhiyaulhaq/asdf-trivy](https://github.com/zufardhiyaulhaq/asdf-trivy) | [![Build](https://github.com/zufardhiyaulhaq/asdf-trivy/actions/workflows/build.yml/badge.svg)](https://github.com/zufardhiyaulhaq/asdf-trivy/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) | | V | [ndac-todoroki/asdf-v](https://github.com/ndac-todoroki/asdf-v) | [![Build Status](https://travis-ci.com/ndac-todoroki/asdf-v.svg?branch=master)](https://travis-ci.com/ndac-todoroki/asdf-v) | | vals | [dex4er/asdf-vals](https://github.com/dex4er/asdf-vals) | [![Build Status](https://travis-ci.com/dex4er/asdf-vals.svg?branch=master)](https://travis-ci.com/dex4er/asdf-vals) | | Vault | [Banno/asdf-hashicorp](https://github.com/Banno/asdf-hashicorp) | [![Build Status](https://travis-ci.org/Banno/asdf-hashicorp.svg?branch=master)](https://travis-ci.org/Banno/asdf-hashicorp) | diff --git a/plugins/usql b/plugins/usql new file mode 100644 index 0000000..6b7e260 --- /dev/null +++ b/plugins/usql @@ -0,0 +1 @@ +repository = https://github.com/itspngu/asdf-usql.git