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

     1  package jpddelete
     2  
     3  const Description string = "Delete a JPD from Mission Control."
     4  
     5  var Usage = []string{"jfrog mc jd [command options] <jpd id>"}
     6  
     7  const Arguments string = `	JPD ID
     8  		The ID of the JPD to be removed from Mission Control.`