Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 364 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 364 Bytes

vagrant-down

Command-line alias for vagrant destroy

Installation

Make sure you have Vagrant 1.2+ and run:

vagrant plugin install vagrant-down

Usage

Usage: vagrant down [vm-name]

    -f, --force    Destroy without confirmation.
    -h, --help     Print this help

Examples

Destroy without confirmation:

vagrant down -f