github.com/jfrog/jfrog-cli-core/v2@v2.51.0/README.md (about) 1 <div align="center"> 2 3 # jfrog-cli-core 4 [](https://github.com/jfrog/frogbot#readme) 5 6 </div> 7 8 | Branch | Status | 9 |:------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| 10 | master | [](https://github.com/jfrog/jfrog-cli-core/actions/workflows/test.yml?query=branch%3Amaster) [](https://github.com/jfrog/jfrog-cli-core/actions/workflows/analysis.yml) | 11 | dev | [](https://github.com/jfrog/jfrog-cli-core/actions/workflows/test.yml?query=branch%3Adev) [](https://github.com/jfrog/jfrog-cli-core/actions/workflows/analysis.yml) | 12 13 ## General 14 15 **jfrog-cli-core** is a go module which contains the core code components used by the [JFrog CLI source code](https://github.com/jfrog/jfrog-cli). 16 17 ## Pull Requests 18 19 We welcome pull requests from the community. 20 21 ### Guidelines 22 23 - If the existing tests do not already cover your changes, please add tests. 24 - Pull requests should be created on the **dev** branch. 25 - Please use gofmt for formatting the code before submitting the pull request. 26 27 # Tests 28 29 To run the tests, execute the following command from within the root directory of the project: 30 31 ```sh 32 go test -v github.com/jfrog/jfrog-cli-core/v2/tests -timeout 0 33 ```