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

- [ ] 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 I run `jf rt cp --url=${ARTIFACTORY_HOST} --user=${ARTIFACTORY_USERNAME} --access-token=${ARTIFACTORY_TOKEN} --fail-no-op --flat --spec=${SPEC}` From logs: ``` 14:46:16 [Info] [Thread 2] Copying artifact: version.txt 15:00:50 [Warn] (Attempt 1) -...

bug

### Describe the bug When using jf.exe on a Jenkins build server to download artifacts using a spec file as input every now and then a failing download occurs, with...

bug

**Describe the bug** When generating build metadata the build name gets added as a module. **To Reproduce** Set the build `id` and `name`. ```shell ╰─ export JFROG_CLI_BUILD_NUMBER=1 ╰─ export JFROG_CLI_BUILD_NAME=mytest...

bug

**Describe the bug** When using JFrog CLI to compile and build, publish maven builds, the build name is also getting included as one of the Published modules under the builds...

bug

After moving ssh authentication to the service manager in the client, testing Artifactory with ssh is no longer supported due to utility functions that does not create a service but...

bug

**Is your feature request related to a problem? Please describe.** In our CI environment, we leverage JFrog CLI across multiple slaves, each configured to support distinct programs. Each program is...

feature request

### Describe the bug `jf rt rpt` generates an incorrect template from the Artifactory API point of view. ### Current behavior ``` $ jf rt rpt test.json Select the template...

bug

### Describe the bug `jf rt ru` is unable to add new federated members to the federated repo, `jf rt cl` with the same template can. ### Current behavior ```...

bug

It is currently possible to create certain repository types using the JFrog CLI with the command jf rt repo-create, as described in [this documentation](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/managing-configuration-entities#creating-updating-repositories). However, it is not currently possible...

feature request