1
votes

Using the UI, export the jfrog artifactory repositories. I'll be able to do it as mentioned in this url

But what if I want to do it through a RestApi call or a jfrog CLI command?

1

1 Answers

1
votes

JFrog has a CLI that can be used for many kinds of command line, automated or maintenance tasks. This CLI integrates great with CI/CD and with on demand tasks like downloading a file or a full repository.

Another option is to use the Artifactory REST API, which can be used to download a whole repository or folder from it. There are a zillion options for the REST API.

For system export, you need to use the Export System REST API call.