Skip to content

jfrog/jfrog-cli-core

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Dec 12, 2024
Dec 24, 2024
Dec 22, 2024
Aug 30, 2023
Dec 12, 2021
Dec 13, 2024
Jul 29, 2024
May 15, 2023
May 15, 2023
Dec 11, 2024
Apr 15, 2024
Dec 24, 2024
Sep 23, 2021
May 5, 2016
Apr 13, 2023
Dec 23, 2024
Dec 23, 2024
Sep 9, 2020

Repository files navigation

jfrog-cli-core

Scanned by Frogbot

Branch Status
master Test Static Analysis
dev Test Static Analysis

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/v2/tests -timeout 0