vagrant-upload
Upload files to Vagrant guest machines
TLDR
Upload file to VM
$ vagrant upload [source] [destination]
Upload to specific VM$ vagrant upload [source] [destination] [name]
Upload with compression$ vagrant upload --compress [source] [destination]
SYNOPSIS
vagrant upload [options] source [destination] [name]
DESCRIPTION
vagrant upload copies files from host to guest machine. Supports compression for large files. Destination defaults to home directory if not specified.
PARAMETERS
--compress
Compress before upload.--temporary
Upload to temp directory.
SEE ALSO
vagrant(1), vagrant-ssh(1), scp(1)
