From c590b005da0aed492307b4acfd5916eec0a114ad Mon Sep 17 00:00:00 2001 From: Edwin Hernandez Date: Mon, 6 Apr 2026 21:54:33 -0500 Subject: [PATCH 1/2] feat: add asdf-apm plugin for Microsoft Agent Package Manager --- plugins/apm | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugins/apm diff --git a/plugins/apm b/plugins/apm new file mode 100644 index 00000000..13634476 --- /dev/null +++ b/plugins/apm @@ -0,0 +1 @@ +repository = https://github.com/edwinhern/asdf-apm From ff39ac773bf1feff5ddfb3ef2614d9877858b30d Mon Sep 17 00:00:00 2001 From: Edwin Hernandez Date: Mon, 6 Apr 2026 22:08:44 -0500 Subject: [PATCH 2/2] feat: add apm to plugin list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a06f9e4..8382bde1 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Ambient | [jtakakura/asdf-ambient](https://github.com/jtakakura/asdf-ambient) | | Ansible (ansible-base) | [amrox/asdf-pyapp](https://github.com/amrox/asdf-pyapp) | | ant | [jackboespflug/asdf-ant](https://github.com/jackboespflug/asdf-ant) | +| apm | [edwinhern/asdf-apm](https://github.com/edwinhern/asdf-apm) | | Apache Jmeter | [comdotlinux/asdf-jmeter](https://github.com/comdotlinux/asdf-jmeter) | | apko | [omissis/asdf-apko](https://github.com/omissis/asdf-apko) | | apollo-ios-cli | [MacPaw/asdf-apollo-ios-cli](https://github.com/MacPaw/asdf-apollo-ios-cli) |