Get Evidence CLI - Sample Commands

View sample JFrog CLI commands for exporting artifact and Release Bundle evidence.

The following are sample jf evd get commands for exporting evidence for an artifact or a Release Bundle v2.

Artifact Get Evidence Sample

jf evd get --subject-repo-path commons-dev-generic-local/commons/file.txt --output my-evidences.json

In the sample above, the command exports the evidence list for an artifact named file.txt.

Release Bundle v2 Evidence Sample

jf evd get --release-bundle bundledemo --release-bundle-version 1.0.0 --artifacts-limit 100 --output /Users/dort/evidence-verifyers/bundle-demo/evidence-list.json

In the sample above, the command exports the evidence list for the 100 artifacts in the Release Bundle, including builds if relevant.

Related Topics


Did this page help you?