diff --git a/README.md b/README.md index 48c2707..0c4db8c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The driver configurator contains utility functions for manipulating the driver c ALWAYS BEGIN BY VERIFYING THE CORRECT CONTENTS OF THE driverConfig.json FILE. ```bash -Usage: driver_setup.py [OPTIONS] COMMAND [ARGS]... +Usage: pocloud_driver_setup [OPTIONS] COMMAND [ARGS]... Options: --help Show this message and exit. @@ -22,7 +22,7 @@ Commands: ### Prepare Function ```bash -Usage: driver_setup.py prepare [OPTIONS] +Usage: pocloud_driver_setup prepare [OPTIONS] Perform the configuration of the driver. @@ -35,7 +35,7 @@ Options: ### Upload Function ```bash -Usage: driver_setup.py upload [OPTIONS] +Usage: pocloud_driver_setup upload [OPTIONS] Upload the file to AWS S3 bucket. diff --git a/driverConfig.json b/driverConfig.json new file mode 100644 index 0000000..ab23ce6 --- /dev/null +++ b/driverConfig.json @@ -0,0 +1,10 @@ +{ + "name": "name", + "driverFilename": "driver.py", + "driverId": "0000", + "additionalDriverFiles": [ + "additional.py" + ], + "version": 1, + "s3BucketName": "bucket" +} \ No newline at end of file