Commit a29e33a
authored
docs: document the --supplier flag (#28)
Documents the new `--supplier` flag on `generate` and `merge`, added to
the CLI in manifest-cli.
## Changes
- `ARGUMENTS.md`: `--supplier` row in the Generate and Merge flag
tables, plus a "Generate with a Supplier" example.
- `README.md`: `--supplier` entry in the generate flag list.
The flag sets the supplier on the CycloneDX root component
(`metadata.component.supplier`) and the BOM metadata
(`metadata.supplier`). For SPDX output it sets the package supplier,
falling back to `--group` when unset.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added documentation for a new `--supplier` option in CLI commands.
* Clarified how supplier information is applied to generated and merged
SBOM output.
* Included an example showing how to generate an SBOM with a supplier
value.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->2 files changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| 216 | + | |
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| |||
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
352 | 365 | | |
353 | 366 | | |
354 | 367 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| 260 | + | |
| 261 | + | |
260 | 262 | | |
261 | 263 | | |
262 | 264 | | |
| |||
0 commit comments