A small CLI tool to help with working with the ODC Server used in 2AMD15.
The package is available on PyPi.
pip install odc-client
First initialize the configuration file
odc-client init
This command will prompt you for the required information. Next, you can submit your project using
odc-client submit
It will automatically try to detect whether you have a Java or Python project by checking for a pom.xml
file.
For more information use the --help
flag. It also supports uploading the data files.