Skip to content

jfrog/jfrog-cli-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

580c6e5 · Aug 9, 2021
May 14, 2021
Aug 9, 2021
Jun 23, 2021
Aug 9, 2021
Sep 17, 2020
Jun 1, 2021
Jun 23, 2021
Apr 19, 2021
Feb 24, 2021
Aug 9, 2021
Jun 23, 2021
Jul 29, 2020
May 5, 2016
Feb 5, 2021
Aug 9, 2021
Aug 9, 2021
Sep 9, 2020

Repository files navigation

jfrog-cli-core

General

jfrog-cli-core is a go module which contains the core code components used by the JFrog CLI source code.

Pull Requests

We welcome pull requests from the community.

Guidelines

  • If the existing tests do not already cover your changes, please add tests.
  • Pull requests should be created on the dev branch.
  • 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:

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