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

Commits on May 16, 2024

  1. CLI: Support fetching WordPress zips from custom URLs

    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 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    23244f7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    9f48ec4 View commit details
    Browse the repository at this point in the history