Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| main | [![Test](https://github.com/jfrog/jfrog-cli-artifactory/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/jfrog/jfrog-cli-artifactory/actions/workflows/test.yml?query=branch%main) [![Static Analysis](https://github.com/jfrog/jfrog-cli-artifactory/actions/workflows/analysis.yml/badge.svg?branch=main)](https://github.com/jfrog/jfrog-cli-artifactory/actions/workflows/analysis.yml) |
| dev | [![Test](https://github.com/jfrog/jfrog-cli-artifactory/actions/workflows/test.yml/badge.svg?branch=dev)](https://github.com/jfrog/jfrog-cli-artifactory/actions/workflows/test.yml?query=branch%3Adev) [![Static Analysis](https://github.com/jfrog/jfrog-cli-artifactory/actions/workflows/analysis.yml/badge.svg?branch=dev)](https://github.com/jfrog/jfrog-cli-artifactory/actions/workflows/analysis.yml) |

## General
## General Testing

**jfrog-cli-artifactory** is a Go module that encompasses some of the Artifactory commands of [JFrog CLI](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli). This module is an Embedded JFrog CLI Plugin and is referenced as a Go module within the [JFrog CLI codebase](https://github.com/jfrog/jfrog-cli).

Expand Down
Loading