module KPM::Tasks

def system

def system
  system = KPM::System.new
  information = system.information(options[:bundles_dir], options[:as_json], options[:config_file], options[:kaui_web_path],
                     options[:killbill_web_path])
  if options[:as_json]
    puts information
  end
end