So in the good old days before APFS I could shrink Mac virtually disks with this script inside the VM:
#!/bin/sh
sudo diskutil secureErase freespace 0 Macintosh\ HD
sudo /Library/Application\ Support/VMware\ Tools/vmware-tools-cli disk shrinkonly
sudo halt
...but now with APFS I have to write 0 to freespace then shut the VM down and do the shrink from the host terminal. Is vmware-tools-cli going to gain the ability to shrink APFS?