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

**Is your feature request related to a problem? Please describe.** Running the below command, version variable is empty. As an example this is not working as expected: #version=$(jf mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate...

feature request

Hello Team, I am using jfrog cli to upload python packages to Artifactory. I am able to upload the package to the artifactory and I am also uploading a copy...

bug

Hello, When attempting to create an access token: `jf rt atc developeruser --expiry=5000 --server-id=devuser` If you're non-admin, you'll get the error: ``` { "error": "invalid_request", "error_description": "The user: 'developeruser' can...

feature request

I am trying to download a 3rd-party jar using `jf` but it doesn't work. ``` Repo path: libs-release/activemq/activemq-core/3.2.4/activemq-core-3.2.4.jar URL: https://my.artifactory.com/artifactory/libs-release/activemq/activemq-core/3.2.4/activemq-core-3.2.4.jar ``` ``` $ JFROG_CLI_TRANSITIVE_DOWNLOAD_EXPERIMENTAL=true jf rt dl --flat libs-release/activemq/activemq-core/3.2.4/activemq-core-3.2.4.jar 13:11:30...

bug

There exists a few different locations with documentation for publishing a Terraform _module_ to Artifactory: here - https://www.jfrog.com/confluence/display/JFROG/Terraform+Registry and here - https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory#CLIforJFrogArtifactory-PackagingandPublishingTerraformModules But I don't see any documentation for publishing...

feature request

Hi, I'm just starting with the Artifactory and Xray. I installed the JFrog CLI and executed the `jf audit` command in the solution directory. This solution is a .NET 8...

question

**Is your feature request related to a problem? Please describe.** The "jf setup" command should enable the execution of "jf npm install" and not only "npm install". **Describe the solution...

feature request

### Describe the bug I have a Jenkins pipeline script where I want to execute `jf gradle ...`. The stage is executed by a docker agent. However, with Jenkins' tooling...

bug

### Describe the bug When running `jf npm pkg set license="UNLICENSED"` for an npm project the output is as following: ```json { "error": { "code": null, "summary": "Unexpected token 'U',...

bug

### Describe the bug When we use "quick repository creation" option to create a local, remote and virtual repositories (of any repository type), during the configuration migration process we are...

bug