1VAGRANT(1) User Commands VAGRANT(1)
2
3
4
6 Vagrant - manual page for Vagrant 2.2.6
7
9 vagrant [options] <command> [<args>]
10
12 NOTE: Gem::Specification.default_specifications_dir is deprecated; use
13 Gem.default_specifications_dir instead. It will be removed on or after
14 2020-02-01. Gem::Specification.default_specifications_dir called from
15 /builddir/build/BUILD‐
16 ROOT/vagrant-2.2.6-4.fc32.1.noarch/usr/share/vagrant/gems/gems/vagrant-2.2.6/lib/vagrant/bundler.rb:429.
17 NOTE: Gem::Specification.default_specifications_dir is deprecated; use
18 Gem.default_specifications_dir instead. It will be removed on or after
19 2020-02-01. Gem::Specification.default_specifications_dir called from
20 /builddir/build/BUILD‐
21 ROOT/vagrant-2.2.6-4.fc32.1.noarch/usr/share/vagrant/gems/gems/vagrant-2.2.6/lib/vagrant/bundler.rb:429.
22 /builddir/build/BUILD‐
23 ROOT/vagrant-2.2.6-4.fc32.1.noarch/usr/share/vagrant/gems/gems/vagrant-2.2.6/plug‐
24 ins/kernel_v2/config/vm.rb:354: warning: Using the last argument as
25 keyword parameters is deprecated; maybe ** should be added to the call
26 /builddir/build/BUILD‐
27 ROOT/vagrant-2.2.6-4.fc32.1.noarch/usr/share/vagrant/gems/gems/vagrant-2.2.6/plug‐
28 ins/kernel_v2/config/vm_provisioner.rb:92: warning: The called method
29 `add_config' is defined here /builddir/build/BUILD‐
30 ROOT/vagrant-2.2.6-4.fc32.1.noarch/usr/share/vagrant/gems/gems/vagrant-2.2.6/lib/vagrant/errors.rb:103:
31 warning: Using the last argument as keyword parameters is deprecated;
32 maybe ** should be added to the call
33 /usr/share/gems/gems/i18n-1.7.0/lib/i18n.rb:179: warning: The called
34 method `t' is defined here (eval):3: warning: Using the last argument
35 as keyword parameters is deprecated; maybe ** should be added to the
36 call /builddir/build/BUILD‐
37 ROOT/vagrant-2.2.6-4.fc32.1.noarch/usr/share/vagrant/gems/gems/vagrant-2.2.6/lib/vagrant/ui.rb:223:
38 warning: The called method `say' is defined here
39
40 -v, --version
41 Print the version and exit.
42
43 -h, --help
44 Print this help.
45
46 Common commands:
47 box manages boxes: installation, removal, etc.
48
49 destroy
50 stops and deletes all traces of the vagrant machine
51
52 global-status
53 outputs status Vagrant environments for this user
54
55 halt stops the vagrant machine
56
57 help shows the help for a subcommand
58
59 init initializes a new Vagrant environment by creating a Vagrantfile
60
61 package
62 packages a running vagrant environment into a box
63
64 plugin manages plugins: install, uninstall, update, etc.
65
66 port displays information about guest port mappings
67
68 powershell
69 connects to machine via powershell remoting
70
71 provision
72 provisions the vagrant machine
73
74 push deploys code in this environment to a configured destination
75
76 rdp connects to machine via RDP
77
78 reload restarts vagrant machine, loads new Vagrantfile configuration
79
80 resume resume a suspended vagrant machine
81
82 snapshot
83 manages snapshots: saving, restoring, etc.
84
85 ssh connects to machine via SSH
86
87 ssh-config
88 outputs OpenSSH valid configuration to connect to the machine
89
90 status outputs status of the vagrant machine
91
92 suspend
93 suspends the machine
94
95 up starts and provisions the vagrant environment
96
97 upload upload to machine via communicator
98
99 validate
100 validates the Vagrantfile
101
102 version
103 prints current and latest Vagrant version
104
105 winrm executes commands on a machine via WinRM
106
107 winrm-config
108 outputs WinRM configuration to connect to the machine
109
110 For help on any individual command run `vagrant COMMAND -h`
111
112 Additional subcommands are available, but are either more advanced or
113 not commonly used. To see all subcommands, run the command `vagrant
114 list-commands`.
115
116
117
118Vagrant 2.2.6 April 2020 VAGRANT(1)