Skip to content

Commit

Permalink
add an example of using --report
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrodri committed Oct 14, 2014
1 parent f636e99 commit 9f7160d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,13 @@ the profile.
rho scan --cache /home/me/cache.csv --profile profile1 --output
/home/me/newoutput.csv

It's also possible to run a scan for a saved report, by passing in the report
name created by 'rho report add'.

rho scan --profile myprofile --report basic

In the above example, rho will scan the machines specified in the myprofile
profile and output the values into basic.csv.

OUTPUT
The important part about a scan is, obviously, the results report. By default,
Expand Down

0 comments on commit 9f7160d

Please sign in to comment.