DEV ENV – OSX – HOMEBREW + RUBY + WORDMOVE

		
		
			

RUBY + HOMEBREW + WORDMOVE

https://www.howtogeek.com/211541/homebrew-for-os-x-easily-installs-desktop-apps-and-terminal-utilities/

brew install ruby

sudo gem update

sudo gem install wordmove

Starting from version 3.0.0 `database.charset` option is no longer accepted.
Pass the ‘–default-charecter-set’ flag into `database.mysqldump_options` or to
`database.mysql_options` instead, if you need to set the same option.

Starting from version 3.0.0 the default `global.sql_adapter` is “wpcli”.
Therefor `WP-CLI` becomes a required peer dependency, unless you’ll
change to the “default” adapter.