aaemnnosttv / wp-cli-login-command

Log in to WordPress with secure passwordless magic links.
https://aaemnnost.tv/wp-cli-commands/login/
MIT License
294 stars 47 forks source link

Allow server/companion plugin to be installed as an mu-plugin #25

Closed aaemnnosttv closed 6 years ago

aaemnnosttv commented 6 years ago

This PR adds support for the login server plugin to be installed as a Must Use plugin on the site.

Previously, this would cause commands to fail as if the plugin was not installed.

To install the companion plugin as an mu-plugin via the cli, simply pass the --mu flag to login install 😎

Resolves #14

austinginder commented 6 years ago

Is there a reason this hasn't been approved? Seeing as it's your own pull request :)

aaemnnosttv commented 6 years ago

Ha! I think at the time I was waiting for CI and must have gotten distracted ;)

Thanks for the nudge.

austinginder commented 6 years ago

Perfect, thanks!