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",