Sha256: 6441dec0e52ce8da3d53b991a59e3cccfb7fcc958cc72892c457c5e10e8289ae
Contents?: true
Size: 580 Bytes
Versions: 49
Compression:
Stored size: 580 Bytes
Contents
module ShopifyCLI module Commands class App class Connect < ShopifyCLI::Command::AppSubCommand def call(_args, _command_name, *) app_type = detect_app(directory: Dir.pwd) project = ShopifyCLI::Project.current Services::App::ConnectService.call( app_type: app_type, project: project, context: @ctx ) end def self.help ShopifyCLI::Context.message("core.app.connect.help", ShopifyCLI::TOOL_NAME, ShopifyCLI::TOOL_NAME) end end end end end
Version data entries
49 entries across 49 versions & 1 rubygems