https://github.com/jfrog/jfrog-cli-core
https://github.com/jfrog/jfrog-cli-core
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfrog/jfrog-cli-core
- Owner: jfrog
- License: apache-2.0
- Created: 2020-09-08T10:56:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-10-08T06:53:57.000Z (7 months ago)
- Last Synced: 2025-10-08T08:34:34.941Z (7 months ago)
- Language: Go
- Size: 51.3 MB
- Stars: 38
- Watchers: 25
- Forks: 83
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jfrog-cli-core
[](https://github.com/jfrog/frogbot#readme)
| Branch | Status |
|:------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| 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) |
## General
**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).
## Pull Requests
We welcome pull requests from the community.
### Guidelines
- If the existing tests do not already cover your changes, please add tests.
- Please use gofmt for formatting the code before submitting the pull request.
# Tests
To run the tests, execute the following command from within the root directory of the project:
```sh
go test -v github.com/jfrog/jfrog-cli-core/v2/tests -timeout 0
```