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.)
0.1.0 First version of the initializer.
This currently requires setting up a local version of the p4java_ext project, since that project is awating approval into the main jcenter repository.