heimdallrj / wordpress-cli

[DEPRECATED] A command-line toolkit for WordPress Development
https://www.npmjs.com/package/wordpress-cli
MIT License
1 stars 3 forks source link

The new port update feature broke wp init #50

Open THPubs opened 7 years ago

THPubs commented 7 years ago

Im really sorry. The wp port update feature I added broke wp init. The port update feature updates the port in the database according to the custom port provided by the user. But if the update fails, it will stop the program. The thing is, on the first run, there are no tables to edit, so it throws an error.

Just managed to fix it. I will add the pull request now.

heimdallrj commented 7 years ago

HI @THPubs

It's okay. Btw, Im doing complete rewrite with WP-CLI integration. Most of works already done.

Added new Logging API simplified some of the logic. I am going to leave ESLint and wp server parts (that you did earlier) for you :). Give me few more hours (or a day).

THPubs commented 7 years ago

@thinkholic Ah Cool! Let me know if I can help!

heimdallrj commented 7 years ago

@THPubs

Sure. Here's the repo. https://github.com/kodeflex/wp-artisan I just kept the name without changing for now. Actually, couldn't found a better one yet. :/

if you can, add 'eslint` support for this too. I'm working on the logging API, and refactoring now.

I did re-write all the functions (and adding few more features too), except those changes you did in here.

THPubs commented 7 years ago

Cool I'll have a look at it in the morning 👍 (Not a night owl 😄)

heimdallrj commented 7 years ago

haha =D 👍