Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blueprints: Make the wp-cli.phar download optional in the wp-cli step #1023

Open
adamziel opened this issue Feb 9, 2024 · 0 comments
Open

Comments

@adamziel
Copy link
Collaborator

adamziel commented Feb 9, 2024

#1017 introduced a wp-cli Blueprint step.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant