Generate [Software bill of materials](https://en.wikipedia.org/wiki/Software_bill_of_materials) in the format that is already used for the package manifest, especially for the `license` field. - [SPDX Standard](https://spdx.github.io/spdx-spec/composition-of-an-SPDX-document/) - [SPDX Schemas](https://github.com/spdx/spdx-spec/tree/development/v2.3/schemas) - [SPDX Format Examples](https://github.com/spdx/spdx-spec/tree/development/v2.3/examples) Proposed CLI: ``` pio project sbom --standard=spdx --format=json ```
Generate Software bill of materials in the format that is already used for the package manifest, especially for the
licensefield.Proposed CLI: