An Element Variable and/or Element Configuration report can be run from the command line by using syntax similar to the following:
%$> nhReport -rptType drilldown -rptName ElementConfiguration -subjName <elementName> -ascii /tmp/ECreport.txt
%$> nhReport -rptType drilldown -rptName ElementVariables -subjName <elementName> -ascii /tmp/EVreport.txt
Tip: Be sure to include the element name (not the alias name) in place of "<elementName" in the above commands.
The output in these examples would be created in the NH_HOME/tmp directory, but this location can be modified by changing the path to the desired location.