UNPKG

ez1cli

Version:

NodeJS command line API client and library for APSystems EZ1-(M|H) microinverters API

52 lines 1.18 kB
{ "commands": { "get": { "aliases": [], "args": { "command": { "description": "Information to get from the microinverter API", "name": "command", "options": [ "device-info", "data" ], "required": true }, "ip": { "description": "IP of the microinverter", "name": "ip", "required": true } }, "description": "Get info from the microinverter API", "examples": [ "$ minverter get device 192.168.4.10" ], "flags": { "json": { "description": "Format output as json.", "helpGroup": "GLOBAL", "name": "json", "allowNo": false, "type": "boolean" } }, "hasDynamicHelp": false, "hiddenAliases": [], "id": "get", "pluginAlias": "ez1cli", "pluginName": "ez1cli", "pluginType": "core", "strict": true, "enableJsonFlag": true, "isESM": true, "relativePath": [ "dist", "commands", "get", "index.js" ] } }, "version": "0.0.3" }