Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated documentation to be more readable.
  • Loading branch information
clindseyws authored Sep 28, 2023
1 parent de3424f commit 83b77d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ $ pip install mend-sbom-export-cli
## Usage
**Using command-line arguments only:**
```shell
sbom_export_cli --user-key WS_USERKEY --api-key WS_APIKEY --url $WS_WSS_URL --product `ProductToken1`,`ProductToken2` --project `ProjectToken` --dir $OUTPUT_DIRECTORY
sbom_export_cli --user-key WS_USERKEY --api-key WS_APIKEY --url $WS_WSS_URL --product ProductToken1,ProductToken2 --project ProjectToken --dir $OUTPUT_DIRECTORY
```
**Using environment variables:**
```shell
export WS_USERKEY=xxxxxxxxxxx
export WS_APIKEY=xxxxxxxxxxx
export WS_WSS_URL=https://saas.mend.io

sbom_export_cli --product `ProductToken`
sbom_export_cli --product ProductToken
```
> **Note:** Either form is accepted. For the rest of the examples, the latter form would be used
Expand Down

0 comments on commit 83b77d6

Please sign in to comment.