Sha256: 4b1c7e3ba02c3d61fb7887de8824247a9e039e20c6116b4c2184672930acb287
Contents?: true
Size: 1.03 KB
Versions: 25
Compression:
Stored size: 1.03 KB
Contents
module Vagrant module Command autoload :Base, 'vagrant/command/base' autoload :Box, 'vagrant/command/box' autoload :BoxAdd, 'vagrant/command/box_add' autoload :BoxRemove, 'vagrant/command/box_remove' autoload :BoxRepackage, 'vagrant/command/box_repackage' autoload :BoxList, 'vagrant/command/box_list' autoload :Destroy, 'vagrant/command/destroy' autoload :Gem, 'vagrant/command/gem' autoload :Halt, 'vagrant/command/halt' autoload :Init, 'vagrant/command/init' autoload :Package, 'vagrant/command/package' autoload :Provision, 'vagrant/command/provision' autoload :Reload, 'vagrant/command/reload' autoload :Resume, 'vagrant/command/resume' autoload :SSH, 'vagrant/command/ssh' autoload :SSHConfig, 'vagrant/command/ssh_config' autoload :Status, 'vagrant/command/status' autoload :Suspend, 'vagrant/command/suspend' autoload :Up, 'vagrant/command/up' end end
Version data entries
25 entries across 25 versions & 6 rubygems