-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
We often need to manage the same @atomicsmash.co.uk user accounts across multiple sites, and this is currently a very manual process that needs to be done on each site. The CLI could be extended to use a mixture of the Kinsta API and remote WP-CLI commands to make changes to users.
Describe the solution you'd like
Command that allows adding or removing a new user to 1 or more sites. The command should connect to the Kinsta API to get a full list of sites that action will be taken on, and then user should be able to choose all OR specific sites to run the action on. It then connects via SSH to run the WP-CLI commands needed to undertake the action.
Describe alternatives you've considered
Looked at existing systems that manage WordPress sites but very few seem to deal with user management in the way described above.