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

CLI: Support fetching WordPress zips from custom URLs #1415

Merged
merged 2 commits into from
May 17, 2024

Conversation

adamziel
Copy link
Collaborator

Supports URLs as possible values of the --wp= Playground CLI switch.

Testing instructions

Run this and confirm it downloaded WordPress from the specified URL:

bun ./packages/playground/cli/src/cli.ts server --wp=https://wordpress.org/nightly-builds/wordpress-latest.zip

Supports URLs as possible values of the `--wp=` Playground CLI switch.

 ## Testing instructions

Run this and confirm it downloaded WordPress from the specified URL:

```shell
bun ./packages/playground/cli/src/cli.ts server --wp=https://wordpress.org/nightly-builds/wordpress-latest.zip
```
@adamziel adamziel mentioned this pull request May 16, 2024
1 task
@adamziel adamziel merged commit 99f2cdb into trunk May 17, 2024
4 checks passed
@adamziel adamziel deleted the cli-support-custom-wordpress-url branch May 17, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant