@wordpress/env: Add a debug mode #20326
Labels
[Status] In Progress
Tracking issues with work in progress
[Tool] Env
/packages/env
[Type] Enhancement
A suggestion for improvement.
It would be helpful for debugging issues with
wp-env
ifwp-env
supported a verbose or debugging mode.To do this we can add a
--debug
flag towp-env start
which, if specified:initConfig()
).docker-compose.yml
file.docker-compose
commands that are ran.STDOUT
(andSTDERR
, though we do this already) of these commands.git
commands that are ran.STDOUT
(andSTDERR
) of these commands.Optionally, we could make it so that
wp-env
outputs this log when an error is encountered even if--debug
was not specified.cc. @epiqueras @noahtallen
The text was updated successfully, but these errors were encountered: