# File lib/aeolus_image/command/build_command.rb, line 21 def initialize(opts={}, logger=nil) super(opts, logger) default = { :template_str => '', :template => '', :target => [], :image => '', :build => '' } @options = default.merge(@options) @console = ImageFactoryConsole.new() @console.start end