Skip to content

Commit

Permalink
Merge pull request #526 from CycloneDX/feat/deprecated-bom-cmd
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove deprecated `cyclonedx-bom` command #488
  • Loading branch information
madpah authored Mar 7, 2023
2 parents b319a37 + 9952b80 commit 8410036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Once installed, you can call the tool via the following methods:
$ python3 -m cyclonedx_py
$ cyclonedx-py
$ cyclonedx-bom # deprecated
The full documentation can be issued by running with ``--help``:

Expand Down Expand Up @@ -83,7 +82,7 @@ Simply run:
This will generate a CycloneDX including all packages installed in your current Python environment and output to STDOUT
in XML using the default schema version ``1.3`` by default.
in XML using the default schema version ``1.4`` by default.
From your Python application manifest
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ types-toml = "^0.10.0"
types-setuptools = ">= 57.0.0"

[tool.poetry.scripts]
cyclonedx-bom = 'cyclonedx_py.client:main_deprecated' # deprecated as of https://github.com/CycloneDX/cyclonedx-python/issues/488
cyclonedx-py = 'cyclonedx_py.client:main'

[build-system]
Expand Down

0 comments on commit 8410036

Please sign in to comment.