What problem does this address?
Add a wp-cli command to seed the database with test data, as suggested by @JasonTheAdams in the #feature-notifications of Slack.
What is your proposed solution?
PR #199 will setup the initial database tables, but they will be empty. To fill out the demo there needs to be test data. I propose using wp-cli and fakerphp/faker to seed the database.