jfrog-cli icon indicating copy to clipboard operation
jfrog-cli copied to clipboard

JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.

Results 260 jfrog-cli issues
Sort by recently updated
recently updated
newest added

### 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...

bug

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...

question

### 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...

bug

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.

feature request

### 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. ###...

bug

### 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,...

bug

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: ![image](https://github.com/jfrog/jfrog-cli/assets/499317/d3171bd7-dbd8-4627-aa8b-6ad2b5c44bd6) This can...

feature request

**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...

feature request

### 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 `...

bug

### Describe the bug on Windows, jf rt u does not finish after upload: ![image](https://github.com/jfrog/jfrog-cli/assets/100817815/e45559a0-b7dc-47e7-ab2d-f49666292622) 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 ###...

bug