diff --git a/README.md b/README.md index 7273582..7123b9b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec ## Plugin List | Language | Repository | CI Status | -| :---------------------------- | :-------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +|:------------------------------|:----------------------------------------------------------------------------------------------------------------| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | .Net Core | [emersonsoares/asdf-dotnet-core](https://github.com/emersonsoares/asdf-dotnet-core) | [![Build Status](https://travis-ci.org/emersonsoares/asdf-dotnet-core.svg?branch=master)](https://travis-ci.org/emersonsoares/asdf-dotnet-core) | | 1password-cli | [NeoHsu/asdf-1password-cli](https://github.com/NeoHsu/asdf-1password-cli) | [![Build](https://github.com/NeoHsu/asdf-1password-cli/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-1password-cli/actions?query=workflow%3ABuild) | | act | [grimoh/asdf-act](https://github.com/grimoh/asdf-act) | [![GitHub Actions Status](https://github.com/grimoh/asdf-act/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-act/actions) | @@ -162,6 +162,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Elm | [asdf-community/asdf-elm](https://github.com/asdf-community/asdf-elm) | [![Build Status](https://github.com/asdf-community/asdf-elm/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-elm/actions) | | embulk | [yuokada/asdf-embulk](https://github.com/yuokada/asdf-embulk) | [![Build Status](https://github.com/yuokada/asdf-embulk/workflows/Test%20asdf%20plugin/badge.svg?branch=master)](https://github.com/yuokada/asdf-embulk/actions) | | Emscripten SDK | [RobLoach/asdf-emsdk](https://github.com/RobLoach/asdf-emsdk) | [![Build Status](https://github.com/RobLoach/asdf-emsdk/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/RobLoach/asdf-emsdk/actions) | +| EnvCLI | [zekker6/asdf-envcli](https://github.com/zekker6/asdf-envcli) | [![Build Status](https://github.com/RobLoach/asdf-emsdk/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/zekker6/asdf-envcli/actions) | | Ephemeral Postgres | [smashedtoatoms/asdf-ephemeral-postgres](https://github.com/smashedtoatoms/asdf-ephemeral-postgres) | [![Build Status](https://github.com/smashedtoatoms/asdf-ephemeral-postgres/workflows/Build/badge.svg?branch=master)](https://github.com/smashedtoatoms/asdf-ephemeral-postgres/actions) | | Erlang | [asdf-vm/asdf-erlang](https://github.com/asdf-vm/asdf-erlang) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-erlang.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-erlang) | | esy | [asdf-community/asdf-esy](https://github.com/asdf-community/asdf-esy) | [![Build Status](https://github.com/asdf-community/asdf-esy/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-esy/actions) | diff --git a/plugins/envcli b/plugins/envcli new file mode 100644 index 0000000..6491e84 --- /dev/null +++ b/plugins/envcli @@ -0,0 +1 @@ +repository = https://github.com/zekker6/asdf-envcli.git