1VAGRANT(1)                       User Commands                      VAGRANT(1)
2
3
4

NAME

6       Vagrant - manual page for Vagrant 2.2.16
7

SYNOPSIS

9       vagrant [options] <command> [<args>]
10

DESCRIPTION

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