Files
POCloud-Driver-Setup/README.md

977 B

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.