#Guide

You'll need either aws creds for the Prod env or `awsume` installed.  If you don't have `awsume` then comment out the line in the scripts which calls it. 

`invokeDeduper.sh`
run this to invoke either product, participant or sr deduper. 
You will be prompted to tell the invoker which one to run. 

`getCreatedItems.sh` 
download the created products or participant files, created by the deduper.  You will be prompted for which type to download. 

`listOwnershipTestResultsOnS3'
use this to list the files on S3 that were created by the deduper.

`show-order.sh`
use this to download all the files created by an order number. Production only.  
The files are saved to a folder named after the order number. 
This can potentially download a lot of files. 

`state-machines.sh`
run this to list running state machine instances.  You will be prompted for which one to list. 

`putUpdatedTestFile.sh`
If you have altered roc-examples.csv, use this to put it back on S3 with the required metadata. 

`clearAllOwnershipTestDataFromS3`
Clear up your created files at the end by running `clearAllOwnershipTestDataFromS3.sh`
