feedhenry / mcp-standalone

Standalone version of the mobile-control-panel.
http://feedhenry.org
Apache License 2.0
13 stars 21 forks source link

Remove log from CLI to allow for piping #183

Closed aidenkeating closed 7 years ago

aidenkeating commented 7 years ago

Currently we log out 'url is' when performing a 'mcp get sdkconfig' command. This output means that the resulting JSON output that comes after the log cannot be piped directly into something like 'jq' which would be useful.