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

     1  package dockerpush
     2  
     3  const Description = "Docker push."
     4  
     5  var Usage = []string{"jfrog rt docker-push <image tag> <target repo>"}
     6  
     7  const Arguments string = `	image tag
     8  		Docker image tag to push.
     9  	target repo
    10  		Target repository in Artifactory.
    11  `