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 <[email protected]>
* 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 <[email protected]>
Co-authored-by: Daniel Bachhuber <[email protected]>
Fix example for post create command (#458)
* Fix example for post create command
* Update README
---------
Co-authored-by: Daniel Bachhuber <[email protected]>