1VAGRANT(1) User Commands VAGRANT(1)
2
3
4
6 Vagrant - manual page for Vagrant 2.2.9
7
9 vagrant [options] <command> [<args>]
10
12 -h, --help
13 Print this help.
14
15 Common commands:
16 box manages boxes: installation, removal, etc.
17
18 destroy
19 stops and deletes all traces of the vagrant machine
20
21 global-status
22 outputs status Vagrant environments for this user
23
24 halt stops the vagrant machine
25
26 help shows the help for a subcommand
27
28 init initializes a new Vagrant environment by creating a Vagrantfile
29
30 package
31 packages a running vagrant environment into a box
32
33 plugin manages plugins: install, uninstall, update, etc.
34
35 port displays information about guest port mappings
36
37 powershell
38 connects to machine via powershell remoting
39
40 provision
41 provisions the vagrant machine
42
43 push deploys code in this environment to a configured destination
44
45 rdp connects to machine via RDP
46
47 reload restarts vagrant machine, loads new Vagrantfile configuration
48
49 resume resume a suspended vagrant machine
50
51 snapshot
52 manages snapshots: saving, restoring, etc.
53
54 ssh connects to machine via SSH
55
56 ssh-config
57 outputs OpenSSH valid configuration to connect to the machine
58
59 status outputs status of the vagrant machine
60
61 suspend
62 suspends the machine
63
64 up starts and provisions the vagrant environment
65
66 upload upload to machine via communicator
67
68 validate
69 validates the Vagrantfile
70
71 version
72 prints current and latest Vagrant version
73
74 winrm executes commands on a machine via WinRM
75
76 winrm-config
77 outputs WinRM configuration to connect to the machine
78
79 For help on any individual command run `vagrant COMMAND -h`
80
81 Additional subcommands are available, but are either more advanced or
82 not commonly used. To see all subcommands, run the command `vagrant
83 list-commands`.
84
85 --[no-]color
86 Enable or disable color output
87
88 --machine-readable
89 Enable machine readable output
90
91 -v, --version
92 Display Vagrant version
93
94 --debug
95 Enable debug output
96
97 --timestamp
98 Enable timestamps on log output
99
100 --debug-timestamp
101 Enable debug output with timestamps
102
103 --no-tty
104 Enable non-interactive output
105
106
107
108Vagrant 2.2.9 July 2020 VAGRANT(1)