Method: Ftl::Client#launch

Defined in:
lib/ftl/client.rb

#launch(args = {}) ⇒ Object Also known as: up, spinup, create, new



88
89
90
91
92
# File 'lib/ftl/client.rb', line 88

def launch(args={})
  guard(args.first, "Please provide a short name for instance\n\t[bold]ftl[/] launch <name>")
  options.merge(options[:templates][args.first.to_sym]) if !options[:templates][args.first.to_sym].nil?
  server = launch_instance(args)
end