github.com/jfrog/jfrog-cli@v1.54.1/docs/bintray/stream/help.go (about) 1 package stream 2 3 const Description string = "Open events notification channel." 4 5 var Usage = []string{"jfrog bt st [command options] <Bintray organization>"} 6 7 const Arguments string = ` Bintray organization 8 The Bintray organization for which you want to receive the event stream.`