From 38459f64cdcc73a11e27fa9a08737d5fffaff893 Mon Sep 17 00:00:00 2001 From: suin Date: Sat, 22 Jun 2024 01:52:25 +0900 Subject: [PATCH] Add yq plugin (#527) --- registry/data/third-party.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/registry/data/third-party.json b/registry/data/third-party.json index 0c454d30e..59911cf87 100644 --- a/registry/data/third-party.json +++ b/registry/data/third-party.json @@ -850,6 +850,19 @@ "wizer" ] }, + { + "id": "yq", + "locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/yq/plugin.toml", + "format": "toml", + "name": "yq", + "description": "yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor", + "author": "appthrust", + "homepageUrl": "https://mikefarah.gitbook.io/yq/", + "repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/yq", + "bins": [ + "yq" + ] + }, { "id": "zellij", "locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/zellij/plugin.toml",