report-output
Output a report file with the specified pathname.
Syntax
-report-output
<PATH>
Arguments
- PATH
- A string containing the PATH/name for thereport file.
Default
By default, a report is written to
stdout
.Actions Modified
Description
Use
report-output
to save a report to a file rather than writing it to stdout
. The file is created relative to the current working directory unless an absolute pathname is specified.Example
Generate a status report from the most recent result and save it as
status-report.txt
file in the current working directory.$ inspxe-cl -report status -report-output status-report.txt