86d7ae14fd4f7e6d7d6881948b5112ee0c4b2ab3
POCloud Driver Setup Utility
Developed by Patrick McDonagh, Henry Pump
Using the driver configurator
The driver configurator contains utility functions for manipulating the driver configuration files.
ALWAYS BEGIN BY VERIFYING THE CORRECT CONTENTS OF THE driverConfig.json FILE.
Usage: driver_setup.py [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
prepare Perform the configuration of the driver.
upload Upload the file to AWS S3 bucket.
Prepare Function
Usage: driver_setup.py prepare [OPTIONS]
Perform the configuration of the driver.
Options:
--dry-run TEXT Perform a dry run of the script without making changes
--version TEXT Sets the version number of the driver code
--help Show this message and exit.
Upload Function
Usage: driver_setup.py upload [OPTIONS]
Upload the file to AWS S3 bucket.
Options:
--help Show this message and exit.
Description
Languages
Python
100%