initializer
===========

This is a tool to seed a new p4d instance with a bunch of test data, typically
for integrated testing environments. The data is defined in a bunch of JSON
files.

Not a lot is here yet. Email tjuricek@perforce.com if you're interested.


## To Do

We'll want a gradle plugin for the purposes of performing the actual data
seeding. It should somehow know the main super user and pass that information to
the underlying perforce-gradle-plugin, for shutdown, checkpoint and restore
purposes.

Documentation needs to be written. (This is basically on hold as I get this
system up and running for the purposes of testing an OAuth service I wrote.)