|
I have seen that jfrog-cli-core has added support for getting build-info using poetry as the python package and build mananger. The documentation has not been updated and I have not used the cli before so I would like to know now what the expected jf command should be, or if there is specific setup required (as that seems to be the case for some python package managers in the documentation), given that the command will be executed in a directory where the pyproject.toml and poetry.lock file reside? Should the following command work? The intention is to use this build-info to execute an xray scan of the produced artifacts. |
Answered by
talarian1
Sep 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @htseal ,
Once this #1691
will be mrged, the example command you wrote will work.
After the merge a new version of the Jfrog CLI will be released and we will update our documentation.