Links:
WP-CLI Commands Used:
wp core download
wp config create --dbname=sample --dbuser=root --dbpass=root
wp db create
wp core install --url=http://local.sample.com --title="Sample Site" --admin_user=admin --admin_email=johnsmith@sample.com
wp theme activate my-theme