From 05cc98f11f5c008dcb81587a507a36f185a6d2f4 Mon Sep 17 00:00:00 2001 From: breis Date: Sun, 19 Jul 2026 10:10:59 -0400 Subject: [PATCH] Register uns-cmd (tool) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EdgeCommons UNS command-line tool — send a cmd/sb/* command to any component's command inbox over the UNS and print the reply. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01KArti5m6eFpW7gXbLYJNQ1 --- components.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/components.json b/components.json index 08c8ebe..c4c36db 100644 --- a/components.json +++ b/components.json @@ -83,6 +83,17 @@ "library": "edgecommons", "topics": ["edgecommons", "aws-iot-greengrass", "iiot", "unified-namespace", "console", "edgecommons-console"] }, + { + "name": "uns-cmd", + "repo": "edgecommons/uns-cmd", + "language": "RUST", + "category": "tool", + "description": "EdgeCommons UNS command-line tool. Sends a cmd/sb/* (or any) command to a component's command inbox over the UNS and prints the correlated reply; reaches Greengrass/IPC components via uns-bridge. Operate and test any EdgeCommons component from the shell.", + "status": "experimental", + "platforms": ["HOST"], + "library": "edgecommons", + "topics": ["edgecommons", "cli", "uns", "iiot", "edgecommons-tool"] + }, { "name": "config-component", "repo": "edgecommons/config-component",