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

NAME

6       Vagrant - manual page for Vagrant 2.1.2
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       login  log in to HashiCorp's Vagrant Cloud
34
35       package
36              packages a running vagrant environment into a box
37
38       plugin manages plugins: install, uninstall, update, etc.
39
40       port   displays information about guest port mappings
41
42       powershell
43              connects to machine via powershell remoting
44
45       provision
46              provisions the vagrant machine
47
48       push   deploys code in this environment to a configured destination
49
50       rdp    connects to machine via RDP
51
52       reload restarts vagrant machine, loads new Vagrantfile configuration
53
54       resume resume a suspended vagrant machine
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       validate
72              validates the Vagrantfile
73
74       version
75              prints current and latest Vagrant version
76
77       For help on any individual command run `vagrant COMMAND -h`
78
79       Additional  subcommands  are available, but are either more advanced or
80       not commonly used. To see all subcommands,  run  the  command  `vagrant
81       list-commands`.
82
83
84
85Vagrant 2.1.2                    October 2018                       VAGRANT(1)
Impressum