mirror of
https://github.com/placeholder-soft/asdf-plugins.git
synced 2026-03-27 22:47:16 +08:00
feat: add ansible, awsebcli and conan plugins (#476)
This commit is contained in:
@@ -49,6 +49,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
|
||||
| alias | [andrewthauer/asdf-alias](https://github.com/andrewthauer/asdf-alias) | [](https://github.com/andrewthauer/asdf-alias/actions) |
|
||||
| allure | [comdotlinux/asdf-allure](https://github.com/comdotlinux/asdf-allure) | [](https://github.com/comdotlinux/asdf-allure2/actions/workflows/build.yml) |
|
||||
| alp | [asdf-community/asdf-alp](https://github.com/asdf-community/asdf-alp) | [](https://github.com/asdf-community/asdf-alp/actions) |
|
||||
| Ansible (ansible-base) | [amrox/asdf-pyapp](https://github.com/amrox/asdf-pyapp) | [](https://github.com/amrox/asdf-pyapp/actions) |
|
||||
| ant | [jackboespflug/asdf-ant](https://github.com/jackboespflug/asdf-ant) | [](https://github.com/jackboespflug/asdf-ant/actions) |
|
||||
| Apache Jmeter | [comdotlinux/asdf-jmeter](https://github.com/comdotlinux/asdf-jmeter) | [](https://github.com/comdotlinux/asdf-jmeter/actions) |
|
||||
| argo | [sudermanjr/argo](https://github.com/sudermanjr/asdf-argo) | [](https://github.com/sudermanjr/asdf-argo/actions) |
|
||||
@@ -60,6 +61,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
|
||||
| AWS IAM authenticator | [stefansedich/asdf-aws-iam-authenticator](https://github.com/stefansedich/asdf-aws-iam-authenticator) | [](https://travis-ci.com/stefansedich/asdf-aws-iam-authenticator) |
|
||||
| aws-nuke | [bersalazar/asdf-aws-nuke](https://github.com/bersalazar/asdf-aws-nuke) | [](https://github.com/bersalazar/asdf-aws-nuke/actions) |
|
||||
| awscli | [MetricMike/asdf-awscli](https://github.com/MetricMike/asdf-awscli) | [](https://github.com/MetricMike/asdf-awscli/actions) |
|
||||
| awsebcli | [amrox/asdf-pyapp](https://github.com/amrox/asdf-pyapp) | [](https://github.com/amrox/asdf-pyapp/actions) |
|
||||
| babashka | [fredZen/asdf-babashka](https://github.com/fredZen/asdf-babashka) | [](https://github.com/fredZen/asdf-babashka/actions) |
|
||||
| bashbot | [mathew-fleisch/asdf-bashbot](https://github.com/mathew-fleisch/asdf-bashbot) | [](https://github.com/mathew-fleisch/asdf-bashbot/actions) |
|
||||
| bat | [wt0f/bat](https://gitlab.com/wt0f/asdf-bat) | [](https://gitlab.com/wt0f/asdf-bat/-/commits/master) |
|
||||
@@ -92,6 +94,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
|
||||
| CMake | [srivathsanmurali/asdf-cmake](https://github.com/srivathsanmurali/asdf-cmake) | [](https://travis-ci.org/srivathsanmurali/asdf-cmake) |
|
||||
| CockroachDB | [salasrod/asdf-cockroach](https://github.com/salasrod/asdf-cockroach) | [](https://github.com/salasrod/asdf-cockroach/actions) |
|
||||
| Codefresh | [gurukulkarni/asdf-codefresh](https://github.com/gurukulkarni/asdf-codefresh) | [](https://github.com/gurukulkarni/asdf-codefresh/actions) |
|
||||
| Conan | [amrox/asdf-pyapp](https://github.com/amrox/asdf-pyapp) | [](https://github.com/amrox/asdf-pyapp/actions) |
|
||||
| Concourse | [mattysweeps/asdf-concourse](https://github.com/mattysweeps/asdf-concourse) | [](https://travis-ci.org/mattysweeps/asdf-concourse) |
|
||||
| Conduit | [gmcabrita/asdf-conduit](https://github.com/gmcabrita/asdf-conduit) | [](https://travis-ci.org/gmcabrita/asdf-conduit) |
|
||||
| Conform | [skyzyx/asdf-conform](https://github.com/skyzyx/asdf-conform) | [](https://travis-ci.org/skyzyx/asdf-conform) |
|
||||
|
||||
1
plugins/ansible-base
Normal file
1
plugins/ansible-base
Normal file
@@ -0,0 +1 @@
|
||||
repository = https://github.com/amrox/asdf-pyapp.git
|
||||
1
plugins/awsebcli
Normal file
1
plugins/awsebcli
Normal file
@@ -0,0 +1 @@
|
||||
repository = https://github.com/amrox/asdf-pyapp.git
|
||||
1
plugins/conan
Normal file
1
plugins/conan
Normal file
@@ -0,0 +1 @@
|
||||
repository = https://github.com/amrox/asdf-pyapp.git
|
||||
Reference in New Issue
Block a user