Class: Luciq::UploadCLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/luciq/upload_cli.rb

Constant Summary collapse

ARCHITECTURES =
Commands::Upload::ALLOWED_ARCHITECTURES

Instance Method Summary collapse

Instance Method Details

#android_mapping(file) ⇒ Object



32
33
34
# File 'lib/luciq/upload_cli.rb', line 32

def android_mapping(file)
  Commands::Upload.new(options).android_mapping(file)
end

#android_ndk(file) ⇒ Object



46
47
48
# File 'lib/luciq/upload_cli.rb', line 46

def android_ndk(file)
  Commands::Upload.new(options).android_ndk(file)
end

#flutter_android_mapping(file) ⇒ Object



156
157
158
# File 'lib/luciq/upload_cli.rb', line 156

def flutter_android_mapping(file)
  Commands::Upload.new(options).flutter_android_mapping(file)
end

#flutter_android_sourcemap(file) ⇒ Object



170
171
172
# File 'lib/luciq/upload_cli.rb', line 170

def flutter_android_sourcemap(file)
  Commands::Upload.new(options).flutter_android_sourcemap(file)
end

#flutter_ios_dsym(file) ⇒ Object



128
129
130
# File 'lib/luciq/upload_cli.rb', line 128

def flutter_ios_dsym(file)
  Commands::Upload.new(options).flutter_ios_dsym(file)
end

#flutter_ios_sourcemap(file) ⇒ Object



142
143
144
# File 'lib/luciq/upload_cli.rb', line 142

def flutter_ios_sourcemap(file)
  Commands::Upload.new(options).flutter_ios_sourcemap(file)
end

#flutter_ndk(file) ⇒ Object



184
185
186
# File 'lib/luciq/upload_cli.rb', line 184

def flutter_ndk(file)
  Commands::Upload.new(options).flutter_ndk(file)
end

#ios_dsym(file) ⇒ Object



18
19
20
# File 'lib/luciq/upload_cli.rb', line 18

def ios_dsym(file)
  Commands::Upload.new(options).ios_dsym(file)
end

#react_native_android_mapping(file) ⇒ Object



87
88
89
# File 'lib/luciq/upload_cli.rb', line 87

def react_native_android_mapping(file)
  Commands::Upload.new(options).react_native_android_mapping(file)
end

#react_native_android_sourcemap(file) ⇒ Object



102
103
104
# File 'lib/luciq/upload_cli.rb', line 102

def react_native_android_sourcemap(file)
  Commands::Upload.new(options).react_native_android_sourcemap(file)
end

#react_native_ios_dsym(file) ⇒ Object



58
59
60
# File 'lib/luciq/upload_cli.rb', line 58

def react_native_ios_dsym(file)
  Commands::Upload.new(options).react_native_ios_dsym(file)
end

#react_native_ios_sourcemap(file) ⇒ Object



73
74
75
# File 'lib/luciq/upload_cli.rb', line 73

def react_native_ios_sourcemap(file)
  Commands::Upload.new(options).react_native_ios_sourcemap(file)
end

#react_native_ndk(file) ⇒ Object



116
117
118
# File 'lib/luciq/upload_cli.rb', line 116

def react_native_ndk(file)
  Commands::Upload.new(options).react_native_ndk(file)
end