commands.sh

vagrant reload

all

Equivalent of running `halt` followed by `up`. A reload is usually required for changes in a Vagrantfile to take effect. See also: `vagrant`.

More info →

Examples (3)

Reload the currently running machine

Target a machine by name or ID

Force the provisioners to run

vagrant reload --provision
made by @shridhargupta | data from tldr-pages