Ian Dunn
Ian Dunn
Thanks, 153c57d fixes that.
> Are you still looking into this? It's still on my list, but there are lots of other things on my plate too. It's something I plan on doing eventually,...
I still think it should be fixed, but I haven't been able to find the time to finish it.
If a scheme isn't specified, then I think WP would just default to the value of `force_ssl_admin()`, but haven't tested that.
Ah, that's even better!
Related: https://github.com/wp-cli/extension-command/issues/21#issuecomment-311995871 > The only drawback would be that completions wouldn't be as snappy, since we'd have to load WordPress. > The ideal situation would be to load WordPress on...
I had the same problem as @x-yuri. Here's an example of what `~/.config/hub` should look like: ``` github.com: - user: {your username} oauth_token: {personal token from https://github.com/settings/tokens} ```
Storing a permanent token in a plain text file doesn't feel very secure, though. Is there a better way?
Yup, it just needs something like `$trusted_deputies = array()` in `wp-config.php`
That's odd. I wonder if that got accidentally merged in c34d26874fcc1825a0948c1a0f7fd6328b022bfd?