Scroll to navigation

VAGRANT(1) User Commands VAGRANT(1)

NAME

Vagrant - Tool for building and distributing virtualized development environments.

SYNOPSIS

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

DESCRIPTION

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.

OPTIONS

Print the version and exit.
Print this help.

Available subcommands:

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

AUTHOR

Mitchell Hashimoto <mitchell.hashimoto@gmail.com>

SEE ALSO

For help on any individual command run vagrant COMMAND -h

January 2014 Vagrant 1.4.3