jfrog / build-info-go

build-info-go is a Go library and a CLI, which allows generating build-info for a source code project.
https://www.buildinfo.org
Apache License 2.0
64 stars 37 forks source link

How does this tool relate to the jfrog CLI ? #101

Open stefanseefeld opened 2 years ago

stefanseefeld commented 2 years ago

The title says it all: I have been using the jfrog tool to interact with an artifactory instance, including deploying artifacts from build pipelines and thus generating build-related metadata. Does this tool here supersede some of the functionality offered by jfrog ? Or is this merely offering an alternative interface ?

asafgabai commented 2 years ago

Hi @stefanseefeld, thank you for your question. build-info-go is a Go library and CLI for building buld-info. JFrog CLI uses it to build projects and their build-info. We created this library to let developers create build-info in their code easily, even if they don't use Artifactory.