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

NAME

6       Vagrant - manual page for Vagrant 2.2.6
7

SYNOPSIS

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

DESCRIPTION

12       -v, --version
13              Print the version and exit.
14
15       -h, --help
16              Print this help.
17
18   Common commands:
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
89
90Vagrant 2.2.6                    October 2019                       VAGRANT(1)
Impressum