Sha256: 2946ab24e19fdca0ef7e05f04c1634f6f94a8f2f4304e6f8bd7ab41c5c6ab938
Contents?: true
Size: 461 Bytes
Versions: 63
Compression:
Stored size: 461 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandGlobalStatus class Plugin < Vagrant.plugin("2") name "global-status command" description <<-DESC The `global-status` command shows what the running state (running/saved/..) is of all the Vagrant environments known to the system. DESC command("global-status") do require File.expand_path("../command", __FILE__) Command end end end end
Version data entries
63 entries across 56 versions & 8 rubygems