Sha256: 2f24325d09820de5e4f78577516a05552ae2f78a1e9d4161e962442e3c0d1dca

Contents?: true

Size: 856 Bytes

Versions: 1

Compression:

Stored size: 856 Bytes

Contents

---
page_title: "vagrant reload - Command-Line Interface"
sidebar_current: "cli-reload"
---

# Reload

**Command: `vagrant reload`**

The equivalent of running a [halt](/v2/cli/halt.html) followed by an
[up](/v2/cli/up.html).

This command is usually required for changes made in the Vagrantfile to
take effect. After making any modifications to the Vagrantfile, a `reload`
should be called.

The configured provisioners will not run again, by default. You can force
the provisioners to re-run by specifying the `--provision` flag.

# Options

* `--provision` - Force the provisioners to run.

* `--provision-with x,y,z` - This will only run the given provisioners. For
  example, if you have a `:shell` and `:chef_solo` provisioner and run
  `vagrant provision --provision-with shell`, only the shell provisioner will
  be run.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/bundler/gems/vagrant-c84e05fd063f/website/docs/source/v2/cli/reload.html.md