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

     1  package curl
     2  
     3  const Description = "Execute a cUrl command, using the configured Artifactory details."
     4  
     5  var Usage = []string{`jfrog rt curl [command options] <curl command>`}
     6  
     7  const Arguments string = `	curl command
     8  		cUrl command to run.`