From 559aa2a0ae827d78833b944fb0431aa374da8153 Mon Sep 17 00:00:00 2001 From: Felix Salazar Date: Sun, 6 Oct 2024 15:03:02 +0200 Subject: [PATCH] feat: Add (pulumi) esc plugin (#1046) Co-authored-by: James Hegedus --- README.md | 1 + plugins/esc | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/esc diff --git a/README.md b/README.md index f1a089c08..23d3dfb35 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | envsubst | [dex4er/asdf-envsubst](https://github.com/dex4er/asdf-envsubst) | | Ephemeral Postgres | [smashedtoatoms/asdf-ephemeral-postgres](https://github.com/smashedtoatoms/asdf-ephemeral-postgres) | | Erlang | [asdf-vm/asdf-erlang](https://github.com/asdf-vm/asdf-erlang) | +| esc | [fxsalazar/asdf-esc](https://github.com/fxsalazar/asdf-esc) | | esy | [asdf-community/asdf-esy](https://github.com/asdf-community/asdf-esy) | | etcd | [particledecay/asdf-etcd](https://github.com/particledecay/asdf-etcd) | | Evans | [goki90210/asdf-evans](https://github.com/goki90210/asdf-evans) | diff --git a/plugins/esc b/plugins/esc new file mode 100644 index 000000000..72d276b50 --- /dev/null +++ b/plugins/esc @@ -0,0 +1 @@ +repository = https://github.com/fxsalazar/asdf-esc.git