Skip to content

CLI: Support fetching WordPress zips from custom URLs - #1415

Merged
adamziel merged 2 commits into
trunkfrom
cli-support-custom-wordpress-url
May 17, 2024
Merged

CLI: Support fetching WordPress zips from custom URLs#1415
adamziel merged 2 commits into
trunkfrom
cli-support-custom-wordpress-url

Conversation

@adamziel

Copy link
Copy Markdown
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
@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

1 participant