Method: Codily::Cli#importer

Defined in:
lib/codily/cli.rb

#importerObject



74
75
76
# File 'lib/codily/cli.rb', line 74

def importer
  @importer ||= Importer.new(fastly, service_filter: @options[:target], import_targets: @options[:export_versions], debug: @options[:debug])
end