From b8669b3961df795af43efb112098c8a98854f51c Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Mon, 5 Dec 2022 10:57:44 +0400 Subject: [PATCH] feat: openfaas faas-cli plugin (#714) --- README.md | 1 + plugins/openfaas-faas-cli | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/openfaas-faas-cli diff --git a/README.md b/README.md index 2e1231b..92acb18 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | om | [laidbackware/asdf-pivotal](https://github.com/laidbackware/asdf-pivotal) | [![Build Status](https://github.com/laidbackware/asdf-pivotal/actions/workflows/test-om.yml/badge.svg?branch=main)](https://github.com/laidbackware/asdf-pivotal/actions/workflows/test-om.yml) | | OPA | [tochukwuvictor/asdf-opa](https://github.com/tochukwuvictor/asdf-opa) | [![Build status](https://github.com/tochukwuvictor/asdf-opa/workflows/Build/badge.svg?branch=main)](https://github.com/tochukwuvictor/asdf-opa/actions) | | Opam | [asdf-community/asdf-opam](https://github.com/asdf-community/asdf-opam) | [![Build status](https://github.com/asdf-community/asdf-opam/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-opam/actions) | +| openfaas-faas-cli | [zekker6/asdf-faas-cli](https://github.com/zekker6/asdf-faas-cli) | [![Build Status](https://github.com/zekker6/asdf-faas-cli/actions/workflows/test.yml/badge.svg)](https://github.com/zekker6/asdf-faas-cli/actions/workflows/test.yml) | | OpenResty | [smashedtoatoms/asdf-openresty](https://github.com/smashedtoatoms/asdf-openresty) | [![Build Status](https://github.com/smashedtoatoms/asdf-openresty/workflows/Build/badge.svg?branch=master)](https://github.com/smashedtoatoms/asdf-openresty/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) | | 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) | diff --git a/plugins/openfaas-faas-cli b/plugins/openfaas-faas-cli new file mode 100644 index 0000000..24dca8b --- /dev/null +++ b/plugins/openfaas-faas-cli @@ -0,0 +1 @@ +repository = https://github.com/zekker6/asdf-faas-cli.git