Skip to content

Commit

Permalink
Add Jfrog CLI
Browse files Browse the repository at this point in the history
This commit adds the Jfrog CLI tool[0] to interract with JFrog products.

[0]: https://github.com/jfrog/jfrog-cli
[1]: https://jfrog.com
  • Loading branch information
jmlrt committed Dec 10, 2024
1 parent f97dded commit 296db82
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions jfrog-cli.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
description = "JFrog CLI is a client that provides a simple interface that automates access to the JFrog products"
homepage = "https://github.com/jfrog/jfrog-cli"

linux {
source = "https://releases.jfrog.io/artifactory/jfrog-cli/v2-jf/${version}/jfrog-cli-linux-${arch_}/jf"
}

darwin {
source = "https://releases.jfrog.io/artifactory/jfrog-cli/v2-jf/${version}/jfrog-cli-mac-${arch_}/jf"
}

vars = {
"arch_": "${arch}",
}

platform "amd64" {
vars = {
"arch_": "386",
}
}

binaries = ["jf"]
test = "jf --version"

version "2.72.2" {
auto-version {
github-release = "jfrog/jfrog-cli"
}
}

0 comments on commit 296db82

Please sign in to comment.