Class: Bricky::Commands::Bootstrap

Inherits:
Base
  • Object
show all
Defined in:
lib/bricky/commands/bootstrap.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize, #logger

Constructor Details

This class inherits a constructor from Bricky::Commands::Base

Instance Method Details

#executeObject



8
9
10
11
# File 'lib/bricky/commands/bootstrap.rb', line 8

def execute
  logger.important "Boostraping images"
  build(image)
end