InTechNet module and resources uploader
First, clone the repository
~$ git clone https://github.com/pBouillon/InTechNet.UploaderThen install the required dependencies
~$ cd InTechNet.Uploader
~$ pip install -r requirements.txtPlease update the
database.inifile with your database credentials.
Provide the path of the module you would like to update, you may add the tag
--verbose to see the uploads progression.
~$ python uploader.py my/awesome/module/Use the option --help for help
~$ python ./uploader.py --help
Usage: uploader.py [OPTIONS] PATH
Upload a module and its resources in the correct order
Options:
-m, --module PATH Path to the module description file
-s, --subscriptionplan INTEGER Id of the subscription plan to which this
module is intended
--verbose Set verbosity to True to display actions in
the console on execution
--help Show this message and exit.