Fastest way (least amount of steps) to locally import a remote database using WP-CLI
Since WP-CLI 0.24.0 you can now use aliases which enable you to import a remote database quite easily. By using aliases, you can run WP-CLI commands against another WP-CLI install. That install could be a remote machine. With this in mind I’ve hacked together a bash alias that chains together several WP-CLI commands to pull … Read more