github.com/jfrog/jfrog-cli-core/v2@v2.52.0/README.md (about)

     1  <div align="center">
     2  
     3  # jfrog-cli-core
     4  [![Scanned by Frogbot](https://raw.github.com/jfrog/frogbot/master/images/frogbot-badge.svg)](https://github.com/jfrog/frogbot#readme)
     5  
     6  </div>
     7  
     8  | Branch |                                                                                                                                                                                            Status                                                                                                                                                                                            |
     9  |:------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
    10  | master | [![Test](https://github.com/jfrog/jfrog-cli-core/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/jfrog/jfrog-cli-core/actions/workflows/test.yml?query=branch%3Amaster) [![Static Analysis](https://github.com/jfrog/jfrog-cli-core/actions/workflows/analysis.yml/badge.svg?branch=master)](https://github.com/jfrog/jfrog-cli-core/actions/workflows/analysis.yml) |
    11  |  dev   |     [![Test](https://github.com/jfrog/jfrog-cli-core/actions/workflows/test.yml/badge.svg?branch=dev)](https://github.com/jfrog/jfrog-cli-core/actions/workflows/test.yml?query=branch%3Adev) [![Static Analysis](https://github.com/jfrog/jfrog-cli-core/actions/workflows/analysis.yml/badge.svg?branch=dev)](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  ```