You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have recently become enamored with a tool called Tinkerwell. It's like wp shell but in a GUI. It supports SSH and out of the box Wordpress support. I made a custom Bedrock driver for it with some difficulty, and though it functions with any normal Bedrock install (including with Sage 9), when I attempt to use it with Acorn, I am unable to without commenting out most of the Acorn/Bootstrap/Console.php file. So, I would suggest an additional context check for the $this->app->runningInConsole() to allow this functionality to be loaded on demand (only because it's causing an issue!)
If there's a way to just load WP_CLI in a way that doesn't output the error PLEASE just tell me and I'll add it into my Tinkerwell and call it a day! Thanks!
Motivation
I believe the configurability will allow other tools like this to co-exist peacefully with Acorn.
Additional context
Example of what a solution could look like (which is mostly a workaround, if WP_CLI can be loaded properly instead im all for it I just don't know much about it)
Tinkerwell's output when this "solution" is enacted
TInkerwell's output without this enacted
The text was updated successfully, but these errors were encountered:
Summary
I have recently become enamored with a tool called Tinkerwell. It's like
wp shell
but in a GUI. It supports SSH and out of the box Wordpress support. I made a custom Bedrock driver for it with some difficulty, and though it functions with any normal Bedrock install (including with Sage 9), when I attempt to use it with Acorn, I am unable to without commenting out most of the Acorn/Bootstrap/Console.php file. So, I would suggest an additional context check for the$this->app->runningInConsole()
to allow this functionality to be loaded on demand (only because it's causing an issue!)If there's a way to just load WP_CLI in a way that doesn't output the error PLEASE just tell me and I'll add it into my Tinkerwell and call it a day! Thanks!
Motivation
I believe the configurability will allow other tools like this to co-exist peacefully with Acorn.
Additional context
Example of what a solution could look like (which is mostly a workaround, if WP_CLI can be loaded properly instead im all for it I just don't know much about it)
Tinkerwell's output when this "solution" is enacted
TInkerwell's output without this enacted
The text was updated successfully, but these errors were encountered: