origo-submit is a command-line tool for automated creation of releases at the Origo software development platform. The project is intended for batch-mode operation in project release scripts, and designed so thatits input format can easily be generated by scripts.
origo-submit accepts release information from an email-message-like file or from command-line flags. Values set with command-line flags override those collected from the data file. The accumulated data used to upload file to Origo and create a release there via Origo's XML-RPC interface.
Usage: origo-submit [options]
Options:
-h, --help show this help message and exit
-v, --verbose Be verbose. Can be used more than once to increase the
verbosity.
-C CONFIGFILE, --configfile=CONFIGFILE
-n, --dry-run Only test, do not register release.
-l USERKEY, --userkey=USERKEY
Acctions/Commands:
--list-releases Only list releases for project
--withdraw-release Delete this release. Attention: will delete all files.
Origo Release Data:
-V VERSION, --version=VERSION
Set the Version field
-P PROJECT_NAME, --project-name=PROJECT_NAME
Set the Project-Name field
-R RELEASE_NAME, --release-name=RELEASE_NAME
Set the Release-Name field
Product's homepage