From 5c310ae57029e909a512201179c2b7b0d5ac85e1 Mon Sep 17 00:00:00 2001 From: Gernot Hillier Date: Thu, 2 Apr 2026 11:19:41 +0200 Subject: [PATCH] fix(Readme_Workflow): adapt to new "bom convert" syntax In [release 2.0](https://github.com/sw360/capycli/releases/tag/v2.0.0), the "bom from*" commands were replaced by "bom convert". Thanks to https://github.com/rfuentess for reporting that Readme_Workflow.md still uses the old names. Fixes #209 --- Readme_Workflow.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme_Workflow.md b/Readme_Workflow.md index a29ba171..08ac013d 100644 --- a/Readme_Workflow.md +++ b/Readme_Workflow.md @@ -42,9 +42,8 @@ CaPyCLI offers some basic support to do this * `CaPyCLI getdependencies MavenPom` * `CaPyCLI getdependencies MavenList` -You can also convert a flat list of component names and version to a SBOM using the -`CaPyCLI bom FromFlatList` command. It is also possible to convert a CSV file to a SBOM using the -`CaPyCLI bom FromCSV` command. +You can also convert a flat list of component names and versions or a CSV file to an SBOM using the +`CaPyCLI bom Convert` command. Again, this is only very basic support. For better results we recommend the tools provided by [CycloneDX](https://cyclonedx.org/):