github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/artifactory/buildcollectenv/help.go (about) 1 package buildcollectenv 2 3 const Description = "Collect environment variables. Environment variables can be excluded using the build-publish command." 4 5 var Usage = []string{"jfrog rt bce <build name> <build number>"} 6 7 const Arguments string = ` build name 8 Build name. 9 10 build number 11 Build number.`