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

     1  package releasebundleupdate
     2  
     3  const Description = "Updates an existing unsigned release bundle version."
     4  
     5  var Usage = []string{"jfrog rt rbu [command options] <release bundle name> <release bundle version> <pattern>",
     6  	"jfrog rt rbu --spec=<File Spec path> [command options] <release bundle name> <release bundle version>"}
     7  
     8  const Arguments string = `	release bundle name
     9  		The name of the release bundle.
    10  
    11  	release bundle version
    12  		The release bundle version.
    13  
    14  	pattern
    15  		Specifies the source path in Artifactory, from which the artifacts should be bundled,
    16  		in the following format: <repository name>/<repository path>. You can use wildcards to specify multiple artifacts.`