# File lib/aeolus_cli/command/build_command.rb, line 19
      def initialize(opts={}, logger=nil)
        super(opts, logger)
        default = {
          :template_str => '',
          :template => '',
          :target => [],
          :image => '',
          :build => '',
          :validation => true
        }
        @options = default.merge(@options)
      end