github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/missioncontrol/licensedeploy/help.go (about) 1 package licensedeploy 2 3 const Description string = "Deploy a license from the specified bucket to an existing JPD. You may also deploy a number of licenses to an Artifactory HA." 4 5 var Usage = []string{"jfrog mc ld [command options] <bucket id> <jpd id>"} 6 7 const Arguments string = ` Bucket ID 8 Bucket name or identifier to deploy licenses from. 9 10 JPD ID 11 An existing JPD's ID.`