github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/missioncontrol/licenseacquire/help.go (about) 1 package licenseacquire 2 3 const Description string = "Acquire a license from the specified bucket and mark it as taken by the provided name." 4 5 var Usage = []string{"jfrog mc la [command options] <bucket id> <name>"} 6 7 const Arguments string = ` Bucket ID 8 Bucket name or identifier to acquire license from. 9 10 Name 11 A custom name used to mark the license as taken. Can be a JPD ID or a temporary name. If the license does not end up being used by a JPD, this is the name that should be used to release the license.`