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
I've checked the issue queue and could not find anything similar to my feature.
I'm on the latest version of valet-plus (valet --version): <Valet-Plus-Version>
Why implement this feature?
I think it would be useful for local development to be able to open and log in so I don't have to save and update passwords for remote servers and local ones.
What will be required for this feature?
Could work like this:
valet open --login valet open --login=admin valet open [email protected]
valet --version
):<Valet-Plus-Version>
Why implement this feature?
I think it would be useful for local development to be able to open and log in so I don't have to save and update passwords for remote servers and local ones.
What will be required for this feature?
Could work like this:
valet open --login
valet open --login=admin
valet open [email protected]
Additionally installing one of the wp cli packages for login
https://github.com/danielbachhuber/one-time-login
or
https://github.com/aaemnnosttv/wp-cli-login-command
I think I'm favoring the latter but both rely on a plugin also.
would or could be similar to the existing drush log in command and could be expanded to work with Drupal instances too.
Sources
https://github.com/danielbachhuber/one-time-login
https://github.com/aaemnnosttv/wp-cli-login-command
The text was updated successfully, but these errors were encountered: