Sha256: e312fab3bbb017d3c20b6eca4536223c4d63a2c326ac3891d60c2e839ef141cd

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

#!/usr/bin/env ruby
$:.push File.expand_path("../../lib", __FILE__)

require 'deliver'
require 'colored'
require 'shellwords'
tool_name = "deliver"
full_params = ARGV.shelljoin
puts "[WARNING] You are calling #{tool_name} directly. Usage of the tool name without the `fastlane` prefix is deprecated in fastlane 2.0".yellow
puts "Please update your scripts to use `fastlane #{tool_name} #{full_params}` instead.".yellow

Deliver::CommandsGenerator.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
deliver-2.0.1 bin/deliver