Sha256: 15ed540de03167bfc2e0b79682392e455333c9cb48515126592524b77656377d
Contents?: true
Size: 466 Bytes
Versions: 82
Compression:
Stored size: 466 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandDestroy class Plugin < Vagrant.plugin("2") name "destroy command" description <<-DESC The `destroy` command deletes and removes the files and record of your virtual machines. All data is lost and a new VM will have to be created using `up` DESC command("destroy") do require File.expand_path("../command", __FILE__) Command end end end end
Version data entries
82 entries across 75 versions & 13 rubygems