jfrog-cli
jfrog-cli copied to clipboard
JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
- [X] 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. - [X] The pull request is targeting the `dev`...
### Describe the bug When configuring the NO_PROXY environment variable with multiple URLs, Maven does not respect the configuration. According to the Maven documentation [[here](https://maven.apache.org/guides/mini/guide-proxies.html)], Maven uses a pipe (|)...
Enhanced the config rm command to check if the specified configuration exists before attempting to remove it. Modified the deleteCmd function in config/cli.go to include a call to validateServerExistence, ensuring...
### Describe the bug Using following command to publish a terraform module and want to exclude .git and .github directories. Published module zip file contains the excluded directories. `jf terraform...
### Describe the bug We have noticed that since updating to the latest 2.61.2 release, the `xray_data_url` value being returned from running `jf build-scan` is no longer a valid URL...
### Describe the bug The JFrog CLI fails to execute if a directory named /tmp/jfrog is not owned by the current user. When User A, who has full access to...
### Describe the bug JFrog CLI doesn't ignore the failed tests, which led the build became "unstable" and build failed. ### Current behavior When passing "-Dmaven.test.failure.ignore=true" in jf mvn deploy...
- [ ] 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...
**Describe the bug** When trying to download the latest artifacts from Arifactory using Jfrog CLI and specifying the --build option, the Jfrog CLI didn´t find any files to download. Test...
**Is your feature request related to a problem? Please describe.** When uploading using `jf rt upload`, the checksum of an artifact is calculated before sending the data. If the artifact...