Class: Mantra::Commands::RenderReleaseTemplate

Inherits:
Mantra::Command show all
Defined in:
lib/mantra/commands/render_release_template.rb

Instance Attribute Summary

Attributes inherited from Mantra::Command

#options

Instance Method Summary collapse

Methods inherited from Mantra::Command

description, full_description, #initialize, option, option_descriptors, #parse_options, #run, usage

Methods included from Helpers::ObjectWithType

included

Constructor Details

This class inherits a constructor from Mantra::Command

Instance Method Details

#performObject



16
17
18
19
# File 'lib/mantra/commands/render_release_template.rb', line 16

def perform
	# see this gist: https://gist.github.com/allomov/c2e7780384674fa85486cc3c3f6bf54f
  raise "Not implemented yet"
end