You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add filter site__user_in on wp site list (#438)
* Add filter site__user_in on wp site list
* Return error if cannot find a site
* Update src/Site_Command.php
Co-authored-by: Daniel Bachhuber <daniel@bachhuber.co>
* Change filter to user__in
* Update flag name and output blank list when none found
* Fix spaces in =
* Update flag name to site_user
* Add a test for the zero sites state
* Update README
---------
Co-authored-by: Daniel Bachhuber <daniel@bachhuber.co>
Co-authored-by: Daniel Bachhuber <daniel.bachhuber@automattic.com>
Fix example for post create command (#458)
* Fix example for post create command
* Update README
---------
Co-authored-by: Daniel Bachhuber <daniel.bachhuber@automattic.com>
Add `--slug=<site>` as an available parameter to `wp site` commands (#……416)
---------
Co-authored-by: Daniel Bachhuber <daniel.bachhuber@automattic.com>