Origo-submit automates release creation in Origo's software development platform through its command-line tool.
The application accumulates data and uses it to upload files to Origo and create a release there using Origo's XML-RPC interface. To use origo-submit, you simply enter the command "origo-submit [options]" and include any desired options. Some of the available options include: "-h, --help" to show the help message and exit; "-v, --verbose" to increase the verbosity; and "-C CONFIGFILE, --configfile=CONFIGFILE" to specify a config file.
Additional features of origo-submit include the ability to run a test release without registering it (-n, --dry-run), listing releases for a project (--list-releases), and withdrawing a release, which deletes all files associated with it (--withdraw-release).
To set Origo release data, users can use commands such as "-V VERSION, --version=VERSION" to set the Version field, "-P PROJECT_NAME, --project-name=PROJECT_NAME" to set the Project-Name field, and "-R RELEASE_NAME, --release-name=RELEASE_NAME" to set the Release-Name field.
Overall, origo-submit is a useful command-line tool that can accelerate and streamline the process of creating releases on the Origo platform.
Version 0.1.1: N/A