Questions tagged [jfrog-cli]

For questions about the command line interface (CLI) tool for JFrog (a DevOps automation platform). QUESTIONS MUST BE ABOUT USING THE CLI IN PROGRAMMING. Questions which are just about using the CLI, options for CLI tools, etc. are OFF-TOPIC on Stack Overflow.

JFrog CLI is a compact and smart client that provides a simple interface that automates access to JFrog products simplifying your automation scripts and making them more readable and easier to maintain.

JFrog CLI works with JFrog Artifactory, JFrog Mission Control, JFrog Bintray and JFrog Xray (through their respective REST APIs) making your scripts more efficient and reliable in several ways:

  • Parallel uploads and downloads
  • Checksum optimization
  • Wildcards and regular expressions
  • Upload preview

For more info about Jfrog CLI, visit Jfrog CLI wiki.

371 questions
0
votes
1 answer

Upload to Artifactory with different artifact name, using JFrog CLI

Here's how you upload an artifact with a different name using curl: curl -H "X-JFrog-Art-Api:" -X PUT "http://localhost:8081/artifactory//custom_artifact_name.zip" -T original_artifact_name.zip But how do you do this with the…
giraffe
  • 721
  • 3
  • 9
  • 25
0
votes
1 answer

How to download in multi-thread using Jenkins Artifactory plugin or other options?

In my company we're having a bad time trying to download with the Artifactoy plugin in Jenkins because we have a lot of tiny files in our repository and apparently the plugin works in a single thread, so it takes a REALLY long time. We tested the…
0
votes
1 answer

Artifactory Copy command through CLI

I have recently started working in Artifactory (4.4.0). I have successfully configured artifactory cli to upload & download binaries from Artifactory by command line. jfrog rt dl XXX/*.zip But When I try to perform copy and move operations, I'm…
0
votes
0 answers

Artifactory CLI copy Issue

I have recently started working in artifactory (4.4.0). I have successfully configured artifactory cli to upload & download binaries from artifactory by commandline. jfrog rt dl XXX/*.zip but When i try to do perform copy and move opertation, im…
-1
votes
0 answers

How to enable SSH login in Jfrog (community edition)

We are trying to enable ssh authentication method in jfrog community edition, but enabling ssh option is not available in Jfrog community edition. Can anyone guide us on this approach and please let us know if ssh authentication is available for…
-1
votes
1 answer

How do I troubleshoot the jfrog rt upload command?

I have a local repo I created: test_generic I'm trying to upload a local folder and I'm seeing this output: jfrog rt upload 'local-folder' 'test_generic/local-folder' --archive=zip --flat 20:02:18 [Debug] JFrog CLI version: 2.45.0 20:02:18 [Debug]…
red888
  • 27,709
  • 55
  • 204
  • 392
-1
votes
1 answer

Jfrog Artifactory High availability and maintenance

We are using Jfrog artifactory selfhosted instance with license for our project and many customers are using for thir package and binary management. Since this is hosted i our private selfhosted environments over linux platform, regularly we may…
Vowneee
  • 956
  • 10
  • 33
-1
votes
1 answer

I want to Install JFROG Repository manager PRO on WIndows10, but getting some error

enter image description here I downloaded the Jfrog pro version from official site which is a .zip file, I extracted the file in C directory. I have followed the steps given in Jfrog document which is on JFrog official site. This are the steps I…
-1
votes
1 answer

How to download and upload multiple artifacts to & from JFrog Artifactory using JFrog CLI

I would like to download multiple artifacts in one shot using jfrog rt dl command. I was able to download 1 file at a time. Can some body tell me, how I can specify multiple artifact paths to dl command. And also while uploading, I would like to…
user2891090
  • 21
  • 1
  • 3
-1
votes
2 answers

curl command to replace existing folder

I am using JFrog to store all the artifacts. I am using curl cmd to replace the artifact. Below is the curl cmd, the problem it doesn't replace/ overwrite the 'WINX64.zip'. curl -X PUT -u user1:$(pwd)…
karansys
  • 2,449
  • 7
  • 40
  • 78
-1
votes
1 answer

JFrog artifactory gives 403 Forbidden when started on localhost

Recently I installed jfrog artifactory on my machine as per installation instructions on the official website and couple of youTube videos. When tried to start artifactory in local browser with http://localhost:8081 (as per artifactory website) I am…
bhau
  • 1
  • 2
1 2 3
24
25