curl http://localhost:9000/sonar/api/measures/component?componentKey=color&metricKeys=ncloc,complexity --output sonar-result.xml
I am getting error like
{"errors":[{"msg":"The 'metricKeys' parameter is missing"}]}Please help me to solve this issue.
Thanks in advance.