class Launch
Public Instance Methods
run(options)
click to toggle source
# File src/commands/launch.rb, line 11 def run (options) begin @api.launch(options[:imageName], options[:serviceName], options[:host], options[:scheme]) rescue APIError => e puts e.response.body end end