Another short blog post that allows you to quickly copy the command to get you a human readable database size from wp-cli.
wp db size
shows you bytes. We can’t read that. Let’s make it human readable:
wp db size --human-readable
It doesn’t get easier than that,
Happy developing!
Leave a Reply