-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: add wp-cli support #88
Comments
Yes that is also a feature that I've started. It's a big one, but I will do it via Administration first, then create a cool |
Any progress? Do you need any help? |
It would be nice to have some help, if you want to spin up a Pull Request or have any question in terms of which way to approach this @curlup, let me know here and we will get it done. |
For people interested in a wp-cli fake data generator, I forked Faker to support more content types: https://github.com/nlemoine/wp-cli-fixtures |
Would love to see CLI support as well. Any progress or followup thoughts on this from maintainers? |
Working on it for the release |
@bordoni awesome, glad to hear it's on the roadmap! For context, we're investigating building an automated audit/benchmark environment to test WP themes and a CLI interface would be hugely helpful as part of this flow. If there is a way to accelerate or uncouple this work from larger 0.5 release... |
@igrigorik probably I could decouple it for sure. Postponing the refactor of the base modules for tests to accomplish the CLI first doesn't seem bad at all. So I will push the base for the WP-CLI integration to the I would love to be able to allow FakerPress to be the tool for your Benchmark env. Let me know if you can share more of the specifics of the project with me later on so I can tailor the FakerPress stuff. |
@bordoni that's awesome!
Just to clarify, you already have some WP-CLI integration code, which you're planning to merge into release/0.5.0 this weekend, or? Also, look for a Google Docs ping -- shared a WIP project draft with you. :-) |
I have some stuff done, but more related to the refactor, and I would rather accomplish the CLI first. So the idea is taking a bit of time this weekend to merge a first draft with a few commands for CLI, to get the ball rolling. |
yes, all the plugin does should be possible with wp-cli - and then it would be great to just load one saved setting and generate customized test data in one line:
The text was updated successfully, but these errors were encountered: