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

     1  package use
     2  
     3  const Description = "Set the active Artifactory server by its ID."
     4  
     5  var Usage = []string{"jfrog rt use <server ID>"}
     6  
     7  const Arguments string = `	server ID
     8  		The configured Artifactory server ID which will be used by default.`