Class: FPM::Dockery::CLI::CreateBuilderImage

Inherits:
BaseCommand
  • Object
show all
Defined in:
lib/fpm/dockery/cli.rb

Instance Method Summary collapse

Methods inherited from BaseCommand

#create_builder, #create_builder_if_required, #valid_builders, #validate_builder!

Methods included from Logging

#fatal, #info, #warn

Instance Method Details

#executeObject



59
60
61
# File 'lib/fpm/dockery/cli.rb', line 59

def execute
  create_builder(no_cache?)
end