Luckily, Git has a built-in plumbing command, cat-file, that allows us to see the contents of a commit without needing to futz around with the object files directly.
git cat-file -p <hash>
catfile-command-here > /tmp/catfileout.txt
Run and submit the CLI tests.
Use git log -1 to get the hash of your last commit.