Timothee Moulin
Timothee Moulin
This pull request is fixing the issue reported here #4195 [config:export] Path is broken on windows #4195 https://www.drupal.org/project/drupal/issues/3103359
The `wp-cli` command configuration has some mismatches with Windows Powershell. e.g. the `ALIAS_REGEX` constant used to configure remote instances because it uses the `@` symbol as a prefix. `@` is...
Looking at the official WP documentation here, the [`wp post delete`](https://developer.wordpress.org/cli/commands/post/delete/) command should be able to take a subcommand to list all the IDs to delete. This works well on...
Add tips to the doc to run the remote commands