LinuxCommandLibrary

vagrant-upload

Upload files to Vagrant guest machines

TLDR

Upload file to VM

$ vagrant upload [source] [destination]
copy
Upload to specific VM
$ vagrant upload [source] [destination] [name]
copy
Upload with compression
$ vagrant upload --compress [source] [destination]
copy

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)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community