From 911a5951a93d8f13e68308d9c40333ee6b8aba54 Mon Sep 17 00:00:00 2001 From: breis Date: Sun, 19 Jul 2026 10:52:31 -0400 Subject: [PATCH] Rename uns-cmd -> ec-uns-cmd The UNS command-line tool was renamed for the ec- ecosystem-tool prefix (edgecommons/ec-uns-cmd). Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01KArti5m6eFpW7gXbLYJNQ1 --- components.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components.json b/components.json index c4c36db..d7b546f 100644 --- a/components.json +++ b/components.json @@ -84,8 +84,8 @@ "topics": ["edgecommons", "aws-iot-greengrass", "iiot", "unified-namespace", "console", "edgecommons-console"] }, { - "name": "uns-cmd", - "repo": "edgecommons/uns-cmd", + "name": "ec-uns-cmd", + "repo": "edgecommons/ec-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.",