class Chef::Knife::VagrantBoxList

Public Instance Methods

run() click to toggle source
# File lib/chef/knife/vagrant_box.rb, line 9
def run
  vagrant_exec('.', 'box list', no_cwd_change: true)
end