From f4918389893e32471a843b9828d33a5d264ec502 Mon Sep 17 00:00:00 2001 From: kahirokunn Date: Thu, 13 Jun 2024 13:49:38 +0900 Subject: [PATCH] new: Add `proto plugin jq` command. (#507) --- 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 d1c4b582b..4504ca7bd 100644 --- a/registry/data/third-party.json +++ b/registry/data/third-party.json @@ -362,6 +362,19 @@ "infisical" ] }, + { + "id": "jq", + "locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/jq/plugin.toml", + "format": "toml", + "name": "jq", + "description": "jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data.", + "author": "appthrust", + "homepageUrl": "https://github.com/appthrust/proto-toml-plugins", + "repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/jq", + "bins": [ + "jq" + ] + }, { "id": "jira", "locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/jira/plugin.toml",