github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/artifactory/replicationcreate/help.go (about)

     1  package replicationcreate
     2  
     3  const Description = "Create a new replication in Artifactory."
     4  
     5  var Usage = []string{`jfrog rt rplc <template path>`}
     6  
     7  const Arguments string = `	template path
     8  		Specifies the local file system path for the template file to be used to create a replication. The template can be created using the “jfrog rt rplt” command.`