Class: Fastlane::Actions::FlintNukeAction

Inherits:
FlintAction
  • Object
show all
Defined in:
lib/fastlane/plugin/flint/actions/flint_nuke.rb

Class Method Summary collapse

Methods inherited from FlintAction

authors, available_options, description, details, fetch_keystore, is_supported?

Class Method Details

.run(params) ⇒ Object



7
8
9
10
11
12
# File 'lib/fastlane/plugin/flint/actions/flint_nuke.rb', line 7

def self.run(params)
  params.load_configuration_file('Flintfile')

  Flint::Nuke.new.run(params, type: 'development')
  Flint::Nuke.new.run(params, type: 'release')
end