Open
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
Describe your use case and the problem you are facing
Currently the blog ID or slug must be specified when using the command. In cases where a custom domain is used, however, the --slug
option fails and it is tedious to look up the assigned site ID in an automated use case.
Describe the solution you'd like
Allow site deletion by only specifying the --url
option. For example: wp site delete --url="http://example.com"
.