From cf50ec8c011447d4f815949f1407baf33ff79080 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Thu, 24 Jun 2021 15:11:25 +0200 Subject: [PATCH] feat: Driftctl (#434) --- README.md | 1 + plugins/driftctl | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/driftctl diff --git a/README.md b/README.md index 5445c84..3362d4a 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ itself) to look for plugins. | dotenv-linter | [wesleimp/asdf-dotenv-linter](https://github.com/wesleimp/asdf-dotenv-linter) | [![Build Status](https://github.com/wesleimp/asdf-dotenv-linter/workflows/ci/badge.svg)](https://github.com/wesleimp/asdf-dotenv-linter/actions) | | Dotty | [asdf-community/asdf-dotty](https://github.com/asdf-community/asdf-dotty) | [![Build Status](https://github.com/asdf-community/asdf-dotty/workflows/Main%20workflow/badge.svg)](https://github.com/asdf-community/asdf-dotty/actions) | | Draft | [kristoflemmens/asdf-draft](https://github.com/kristoflemmens/asdf-draft) | [![Build Status](https://travis-ci.org/kristoflemmens/asdf-draft.svg?branch=master)](https://travis-ci.org/kristoflemmens/asdf-draft) | +| Driftctl | [nlamirault/asdf-driftctl](https://github.com/nlamirault/asdf-driftctl) | [![GitHub Actions Status](https://github.com/nlamirault/asdf-driftctl/workflows/main/badge.svg?branch=master)](https://github.com/nlamirault/asdf-driftctl/actions) | | dust | [looztra/asdf-dust](https://github.com/looztra/asdf-dust) | [![GitHub Actions Status](https://github.com/looztra/asdf-dust/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/looztra/asdf-dust/actions) | | dyff | [wt0f/asdf-dyff](https://gitlab.com/wt0f/asdf-dyff) | [![pipeline status](https://gitlab.com/wt0f/asdf-dyff/badges/master/pipeline.svg)](https://gitlab.com/wt0f/asdf-dyff/-/commits/master) | | editorconfig-checker | [gabitchov/asdf-editorconfig-checker](https://github.com/gabitchov/asdf-editorconfig-checker) | [![Build Status](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker.svg?branch=master)](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker) | diff --git a/plugins/driftctl b/plugins/driftctl new file mode 100644 index 0000000..77f4655 --- /dev/null +++ b/plugins/driftctl @@ -0,0 +1 @@ +repository = https://github.com/nlamirault/asdf-driftctl.git