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
Right now, it always triggers a fetch() request to download wp-cli.phar.
However, wp-now and the future Playground incarnations may want to reuse a cached binary to avoid the delay, unnecessary data transfer, and support an offline mode.
Therefore, let's find a way of making that fetch() optional. The Blueprint-orchestrating app should be able to specify a wp-cli.phar file to use.
The text was updated successfully, but these errors were encountered:
#1017 introduced a
wp-cli
Blueprint step.Right now, it always triggers a
fetch()
request to downloadwp-cli.phar
.However,
wp-now
and the future Playground incarnations may want to reuse a cached binary to avoid the delay, unnecessary data transfer, and support an offline mode.Therefore, let's find a way of making that
fetch()
optional. The Blueprint-orchestrating app should be able to specify awp-cli.phar
file to use.The text was updated successfully, but these errors were encountered: