github.com/jfrog/jfrog-cli@v1.54.1/docs/bintray/gpgsignfile/help.go (about)

     1  package gpgsignfile
     2  
     3  const Description string = "GPG Sign file."
     4  
     5  var Usage = []string{"jfrog bt gsf [command options] <target path>"}
     6  
     7  const Arguments string = `	target path
     8  		The path to the file which is being signed, formatted subject/repository/path.`