Skip to content

Commit

Permalink
Merge pull request #91 from sw360/85-clarification-of-force_exit-option
Browse files Browse the repository at this point in the history
docs: update about --forceexit and --forceerror
  • Loading branch information
tngraf authored Nov 30, 2024
2 parents e2a2e27 + c736818 commit 49d11e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Commands and Sub-Commands
Prerequisites checks whether all prerequisites for a successful
software clearing are fulfilled
Show show project details
Licenses show licenses of all cleared compponents
Licenses show licenses of all cleared components
Create create or update a project on SW360
Update update an exiting project, preserving linked releases
GetLicenseInfo get license info of all project components
Expand Down Expand Up @@ -141,6 +141,12 @@ Options:
--forceerror FORCE_ERROR force an error exit code in case of visual errors
```

**Note about `--forceexit` and `--forceerror`**:
These options are not available for all commands. At the moment

* `--forceexit` applies only to the `project vulnerabilities` command.
* `--forceerror` applies only to the `project prerequisites` and `project getlicenseinfo` commands.

## Use Cases

Over the time we implemented more and more commands with more and more parameters.
Expand Down

0 comments on commit 49d11e2

Please sign in to comment.