I have a use case where I occasionally want to copy a single file from my host machine to the Vagrant guest.
I don\'t want to do so via traditional provisioners (Pup
vagrant upload localfile
that will put localfile in the vagrant user's home dir
https://www.vagrantup.com/docs/cli/upload.html