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

NAME

6       Vagrant - manual page for Vagrant 2.3.4
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       serve  start Vagrant server
55
56       snapshot
57              manages snapshots: saving, restoring, etc.
58
59       ssh    connects to machine via SSH
60
61       ssh-config
62              outputs OpenSSH valid configuration to connect to the machine
63
64       status outputs status of the vagrant machine
65
66       suspend
67              suspends the machine
68
69       up     starts and provisions the vagrant environment
70
71       upload upload to machine via communicator
72
73       validate
74              validates the Vagrantfile
75
76       version
77              prints current and latest Vagrant version
78
79       winrm  executes commands on a machine via WinRM
80
81       winrm-config
82              outputs WinRM configuration to connect to the machine
83
84       For help on any individual command run `vagrant COMMAND -h`
85
86       Additional  subcommands  are available, but are either more advanced or
87       not commonly used. To see all subcommands,  run  the  command  `vagrant
88       list-commands`.
89
90       --[no-]color
91              Enable or disable color output
92
93       --machine-readable
94              Enable machine readable output
95
96       -v, --version
97              Display Vagrant version
98
99       --debug
100              Enable debug output
101
102       --timestamp
103              Enable timestamps on log output
104
105       --debug-timestamp
106              Enable debug output with timestamps
107
108       --no-tty
109              Enable non-interactive output
110
111
112
113Vagrant 2.3.4                      July 2023                        VAGRANT(1)
Impressum