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 JFrog CLI stops, after finding existing write protected file in the same location instead of prompting for action (overwrite/skip) in interactive mode and allow us to...
Currently, needing to search for a Maven artifact via the Maven coordinates requires parsing to search for these artifacts with the basic search i.e. jf rt search "**com/test/testArtifact**1.10**jar" The ability...
### Describe the bug After 2.36.1 jf cli version, started issue with jf audit command. Its failing for ./gradlew clean generateDepTrees ### Current behavior ` Errors occurred while build effective...
### Describe the bug When attempting to upload via a filespec that includes a pattern with a wildcard, if the current directory or any child directories contain dangling symlinks the...
- [ ] All [tests](https://github.com/jfrog/jfrog-cli/CONTRIBUTING.md#tests) have passed. If this feature is not already covered by the tests, new tests have been added. - [ ] The pull request is targeting...
**Is your feature request related to a problem? Please describe.** Currently all jf binaries released at this location `https://releases.jfrog.io/artifactory/jfrog-cli/v2-jf/` can not be verified as a checksum and signature it missing....
**Is your feature request related to a problem? Please describe.** Currently, the JFrog CLI allows us to perform a number of tasks to maintain the JFrog Platform and the associated...
### Describe the bug There are a couple of issues at hand with the --sort-by, --include, and --sort-order flags when running `jf rt search` with `--recursive=false` and `--include-dirs`. Specifying `--sort-by`...
### Describe the bug The `.mvn` directory is used for extra configurations like mvnw config and extensions. The convention and the way maven itself works is that every time a...
### Describe the bug When executing the following command to create a release bundle: ``` jf ds release-bundle-create --spec XXX --sign "XXX" "${RELEASE_VERSION}" ``` the POST request to `https://artifactory.tomtomgroup.com/distribution/api/v1/release_bundle` times...