jfrog-cli
jfrog-cli copied to clipboard
JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
**Is your feature request related to a problem? Please describe.** pip is very slow compared to [astral's uv](https://docs.astral.sh/uv/). **Describe the solution you'd like to see** Support for uv in JFrog...
**Describe the bug** When running **jfrog rt npmp --build-name={} --build-number={}** , I get the following (similar to #1297 ) ``` [Info] Running npm Publish panic: runtime error: invalid memory address...
### Describe the bug on github actions, running ubuntu:latest and container node:20, we're executing `jf npm ci` which successfully runs. However, it runs an `npm ls --json` afterwards and fails...
### Describe the bug Hey all, It seems like `--dry-run` is not honoured with `jf` 2.73.0 when `--status` is also passed: ``` root@eca30776fea4:~# jf rt bpr --project foo --status --dry-run...
Hi, I'd like to describe a technical challenge that we are facing in order to implement JFrog Xray scan steps into the CI/CD process of our customer. We have 1000+...
### Describe the bug When running `jf audit --mvn --licenses --format=json > output.json` on my project, I get some dependencies tagged with the wrong licenses. When looking in the output,...
### Describe the bug `jf rt upload` sometimes creates empty files in the artifactory, even though the uploaded files are non-empty and no error is reported. ### Current behavior Running...
--explode[Default: false] Set to true to extract an archive after it is deployed to Artifactory. explode to download artifact and extract it but it does not preserve file permissions. Is...
Hi all, I am running many PCs which at the end of automation testing will upload these reports onto our Jfrog artifactory. But I only have one account which looks...
Hello, I would like to use jfrog-cli with conan (v2) but it doesn't appear to support it yet. Would you be interested in merging support for conan if I made...