core-command
core-command copied to clipboard
Downloads, installs, updates, and manages a WordPress installation.
Fixes https://github.com/wp-cli/core-command/issues/129
Running `wp core update --version=nightly` now updates to 4.9 alpha, since core branched 4.8 a few days ago and trunk is now 4.9 alpha. If the [WordPress Beta Tester plugin](https://wordpress.org/plugins/wordpress-beta-tester/)...
Fixes #17.
## Description This PR supports a retry mechanism in the WP CLI core download command. With the addition of --retry= and --retry-delay= flags, users can now specify the number of...
## Feature Request **Describe your use case and the problem you are facing** If downloads.wordpress site has connectivity issues, `wp core download` will timeout > Error: Failed to get url...
## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...
## Bug Report - [~] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [~] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...
If I update WP using `wp core update` I get a lot of unexpected HTML output coming from WordPress itself: ``` $ wp core update Updating to version 4.0 (pt_BR)......
Extracted from #242 / #243 Tests involving `CUSTOM_USER_TABLE` are failing on SQLite. Further investigation is needed to determine whether it's expected behavior, a bug in the SQLite integration plugin, or...
It would be useful to be able to easily query the available releases of WordPress core through the .org API and also get the download URLs for a given update....