Class: Extension::Tasks::ExecuteCommands::Create

Inherits:
Base
  • Object
show all
Defined in:
lib/project_types/extension/tasks/execute_commands/create.rb

Instance Method Summary collapse

Instance Method Details

#callObject



11
12
13
14
# File 'lib/project_types/extension/tasks/execute_commands/create.rb', line 11

def call
  ShopifyCLI::Result.success(generate_config)
    .then { |server_config| Models::DevelopmentServer.new.create(server_config) }
end