Class: OpsBuild::Commands::Validate

Inherits:
Thor
  • Object
show all
Defined in:
lib/ops_build/commands/validate.rb

Instance Method Summary collapse

Instance Method Details

#packer(template) ⇒ Object



5
6
7
8
# File 'lib/ops_build/commands/validate.rb', line 5

def packer(template)
  packer = OpsBuild::Packer.new
  packer.validate(template)
end