Class: Vagrant::Command::PackageCommand

Inherits:
NamedBase
  • Object
show all
Defined in:
lib/vagrant/command/package.rb

Instance Attribute Summary

Attributes inherited from Base

#env

Instance Method Summary collapse

Methods inherited from Base

#initialize, register

Methods included from Helpers

#initialize_environment, #target_vms

Constructor Details

This class inherits a constructor from Vagrant::Command::Base

Instance Method Details

#executeObject



10
11
12
13
# File 'lib/vagrant/command/package.rb', line 10

def execute
  return package_base if options[:base]
  package_target
end