Class: Nutella::Compile

Inherits:
RunCommand show all
Defined in:
lib/commands/compile.rb

Instance Method Summary collapse

Methods inherited from RunCommand

#compile_and_dependencies, #components_in_dir, #for_each_component_in_dir, #parse_cli_parameters, #parse_run_id_from, #print_success_message, #run_script_for_all_bots_in

Instance Method Details

#run(args = nil) ⇒ Object



8
9
10
# File 'lib/commands/compile.rb', line 8

def run(args=nil)
  compile_and_dependencies 'compile', 'Compiling', 'components compiled'
end