[wp-trac] [WordPress Trac] #63564: Dev environment should incorporate enhancements from wp-env for speed and non-interactive usage

WordPress Trac noreply at wordpress.org
Fri Jun 13 23:01:34 UTC 2025


#63564: Dev environment should incorporate enhancements from wp-env for speed and
non-interactive usage
-------------------------------------+--------------------------
 Reporter:  westonruter              |       Owner:  westonruter
     Type:  defect (bug)             |      Status:  closed
 Priority:  normal                   |   Milestone:  6.8.2
Component:  Build/Test Tools         |     Version:
 Severity:  normal                   |  Resolution:  fixed
 Keywords:  has-patch needs-testing  |     Focuses:
-------------------------------------+--------------------------
Changes (by westonruter):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 In [changeset:"60308" 60308]:
 {{{
 #!CommitTicketReference repository="" revision="60308"
 Build/Test Tools: Improve dev environment's CLI in speed, non-interactive
 usage, and argument handling.

 * Start `cli` container when running `env:start`. This greatly speeds up
 calls to WP-CLI since the container is already running rather than having
 to start up for each call.
 * Facilitate calls to `env:cli` in non-interactive context (non-TTY) to
 allow piping content into commands or use in shell scripts.
 * Fix passing arguments to WP-CLI from `env:cli` so that arguments with
 spaces are passed as expected.
 * Fix JSHint issues.

 This aligns the wordpress-develop environment closer to wp-env. See
 https://github.com/WordPress/gutenberg/pull/50007.

 Props westonruter, jorbin, SirLouen, sandeepdahiya.
 Fixes #63564.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63564#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list