- What you can do with WP-CLI - http://mte90.tech/Talk-WPCLI/
- Get the id of a post type by the url - https://github.com/CodeAtCode/wp-cli-getbyurl
- WPDB-Status - https://github.com/CodeAtCode/WPDB-Status
#!/bin/env wp eval-file
<?php
echo get_bloginfo('name');