#WP_CLI migration tool for sites running EDD and Software Licensing

##Commands
###Export Data
`wp migratedd export --id=XXX`

Replace `XXX` with the download ID you want the data for
This will genrate a `edd-migration-XXX.json` in your uploads directory that contains the JSON data

###Import Data
`wp migratedd import --id=XXX --file=filename.json`

Replace `XXX` with the NEW download ID you want to migrate the new data to.
Replace `filename.json` with the filename from the export, and put that file in your uploads directory.