github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/artifactory/repocreate/help.go (about) 1 package repocreate 2 3 const Description = "Create a new repository in Artifactory." 4 5 var Usage = []string{`jfrog rt rc <template path>`} 6 7 const Arguments string = ` template path 8 Specifies the local file system path for the template file to be used for the repository creation. The template can be created using the "jfrog rt rpt" command.`