Reputation: 1
I am trying to replicate the artifacts between two jfrog artifactories. But here we don't want to do it from the UI, can we replicate the artifacts by using curl or jfrog rt commands.
Upvotes: 0
Views: 488
Reputation: 3506
Yes and no, and I'll explain. You can trigger, using the REST API, an existing replication, meaning that you already configured all of the required parameters for the replication on the repository. You can't run a replication between two instances of Artifactory if you don't have it set up already, meaning if the repository doesn't have replication configuration, you will not be able to replicate from it. Also, the jfrog cli will not be able to assist you in this specific scenario.
Upvotes: 1