Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 895 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 895 Bytes

gocmd

Branch Status
master Build status

General

gocmd is a library which provides Go APIs to performs actions on JFrog Artifactory from your Go application related to working with Go packages. The project is still relatively new, and its APIs may therefore change frequently between releases. The library can be used as a go-module, which should be added to your project's go.mod file. As a reference you may look at JFrog CLI's go.mod file, which uses this library as a dependency.

Tests

To run tests on the source code, use the following command:

go test -v github.com/jfrog/gocmd/tests -timeout 0