mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 14:00:43 +00:00
Update cheatsheets
This commit is contained in:
23
tldr/vagrant-reload
Normal file
23
tldr/vagrant-reload
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# vagrant reload
|
||||
|
||||
> Equivalent of running `halt` followed by `up`.
|
||||
> A reload is usually required for changes in a Vagrantfile to take effect.
|
||||
> See also: `vagrant`.
|
||||
> More information: <https://developer.hashicorp.com/vagrant/docs/cli/reload>.
|
||||
|
||||
- Reload the currently running machine:
|
||||
|
||||
`vagrant reload`
|
||||
|
||||
- Target a machine by name or ID:
|
||||
|
||||
`vagrant reload {{name|id}}`
|
||||
|
||||
- Force the provisioners to run:
|
||||
|
||||
`vagrant reload --provision`
|
||||
Reference in New Issue
Block a user