jfrog-cli
jfrog-cli copied to clipboard
JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
### Describe the bug I'm trying to use the command jf rt ptu file.json. The file.json is a file generated with: curl -H "Authorization: Bearer xyz" https://global-artifacts.xyz.com:/artifactory/api/v2/security/permissions/ZZZ | jq the...
When I do `jfrog rt dl a/b/c.zip` I would expect c.zip to be in the current directory, but it is written to a/b/c.zip, for whatever reason. How can I force...
### Describe the bug JFROG CLI VERSION: 2.55.0 We are trying to scan our docker image using the sha256 digest and it does not report any vulnerabilities. But when the...
Currently for JFrog CLI debian installation using https://releases.jfrog.io/artifactory/jfrog-debs/, there is no distribution available for Jammy. Hence, we would like to have Jammy distribution support for the JFrog CLI deb installation.
### Describe the bug If you run `jf c add` with empty credentials and then run `jf rt ping`, the server returns OK. ### Current behavior No debug output. ###...
### Describe the bug If there is a replication configured for a source repository and we want to configure another replication in the same source repository to a new target,...
When a version range is specified in a pom.xml file, eg: `[2.5.0-1,2.5.0-9999)` And there are possibly 10000 poms that could match this, every one is downloaded, eg:  This can...
**Is your feature request related to a problem? Please describe.** Include an option to exclude some maven dependencies based on scope(Eg: test) from the build-info being pushed to Artifactory. **Describe...
### Describe the bug When i try to use the credentials stored in jfrog CLI to add a package from a private repository, the command `jf dotnet add package `...
### Describe the bug on Windows, jf rt u does not finish after upload:  But I can see the upload was successful in artifactory-request.log ``` 2024-03-21T05:05:01.167Z|9aadf2b44d75824e|172.17.147.49|xx|PUT|/j-generic-local/11g.tgr|201|12290821632|0|150630|jfrog-cli-go/2.54.0 ``` finish ###...