From 32f485b127ca6d1fdfbedcf97a35afe70b35b8ef Mon Sep 17 00:00:00 2001 From: Yasser Saleemi Date: Sun, 19 Feb 2023 08:00:20 +0000 Subject: [PATCH] feat: Add Oracle Cloud Infrastructure (oci) CLI plugin (#760) --- README.md | 1 + plugins/oci | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/oci diff --git a/README.md b/README.md index bb04e82..1cc3254 100644 --- a/README.md +++ b/README.md @@ -440,6 +440,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | nova | [elementalvoid/asdf-nova](https://github.com/elementalvoid/asdf-nova) | [![GitHub Actions Status](https://github.com/elementalvoid/asdf-nova/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/elementalvoid/asdf-nova/actions) | | NSC | [dex4er/asdf-nsc](https://github.com/dex4er/asdf-nsc) | [![CI](https://github.com/dex4er/asdf-nsc/actions/workflows/ci.yml/badge.svg)](https://github.com/dex4er/asdf-nsc/actions/workflows/ci.yml) | | oc | [sqtran/asdf-oc](https://github.com/sqtran/asdf-oc) | [![Build Status](https://github.com/sqtran/asdf-oc/workflows/CI/badge.svg?branch=master)](https://github.com/sqtran/asdf-oc/actions) | +| oci | [yasn77/asdf-oci](https://github.com/yasn77/asdf-oci) | [![Build Status](https://github.com/yasn77/asdf-oci/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/yasn77/asdf-oci/actions/workflows/build.yml) | | OCaml | [asdf-community/asdf-ocaml](https://github.com/asdf-community/asdf-ocaml) | [![Build Status](https://github.com/asdf-community/asdf-ocaml/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-ocaml/actions) | | Odin | [jtakakura/asdf-odin](https://github.com/jtakakura/asdf-odin) | [![Build Status](https://github.com/jtakakura/asdf-odin/workflows/Build/badge.svg)](https://github.com/jtakakura/asdf-odin/actions?query=workflow%3ABuild) | | odo | [rm3l/asdf-odo](https://github.com/rm3l/asdf-odo) | [![Build status](https://github.com/rm3l/asdf-odo/workflows/Build/badge.svg?branch=main)](https://github.com/rm3l/asdf-odo/actions) | diff --git a/plugins/oci b/plugins/oci new file mode 100644 index 0000000..78fbc6a --- /dev/null +++ b/plugins/oci @@ -0,0 +1 @@ +repository = https://github.com/yasn77/asdf-oci.git