DOKK / manpages / debian 12 / vagrant / vagrant.1.en
VAGRANT(1) User Commands VAGRANT(1)

Vagrant - Tool for building and distributing virtualized development environments.

vagrant [-v] [-h] command [<args>]

Vagrant is a tool for building and distributing virtualized development environments.

Vagrant provides the framework and configuration format to create and manage complete portable development environments. These development environments can live on your computer or in the cloud, and are portable between Windows, Mac OS X, and Linux.

Print the version and exit.
Print this help.

manages boxes: installation, removal, etc.
stops and deletes all traces of the vagrant machine
stops the vagrant machine
shows the help for a subcommand
initializes a new Vagrant environment by creating a Vagrantfile
packages a running vagrant environment into a box
manages plugins: install, uninstall, update, etc.
provisions the vagrant machine
restarts vagrant machine, loads new Vagrantfile configuration
resume a suspended vagrant machine
connects to machine via SSH
outputs OpenSSH valid configuration to connect to the machine
outputs status of the vagrant machine
suspends the machine
starts and provisions the vagrant environment

Mitchell Hashimoto <mitchell.hashimoto@gmail.com>

For help on any individual command run vagrant COMMAND -h

January 2014 Vagrant 1.4.3