Skip to content

Commit

Permalink
doco: restore "stage" parameter for iq command
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Nov 8, 2021
1 parent a82aef2 commit 10c8efd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Access Sonatype's proprietary vulnerability data using `jake`:
```
> jake iq --help
usage: jake iq [-h] -s https://localhost:8070 -i APP_ID -u USER_ID -p PASSWORD
usage: jake iq [-h] -s https://localhost:8070 -i APP_ID -u USER_ID -p PASSWORD [-t STAGE]
optional arguments:
-h, --help show this help message and exit
Expand All @@ -214,6 +214,8 @@ optional arguments:
Username for authentication to Nexus Lifecycle
-p PASSWORD, --password PASSWORD
Password for authentication to Nexus Lifecycle
-t STAGE, --stage STAGE
The stage for the report
```

So passing parameters that suit your Nexus Lifecycle environment you can get a report:
Expand Down Expand Up @@ -278,4 +280,4 @@ community (read: you!)
* Do NOT file Sonatype support tickets related to `ossindex-lib`
* DO file issues here on GitHub, so that the community can pitch in

Phew, that was easier than I thought. Last but not least of all - have fun!
Phew, that was easier than I thought. Last but not least of all - have fun!

0 comments on commit 10c8efd

Please sign in to comment.