Sha256: 5330b1325aa8e28c88ccd1d5d9fe314209c91cfe59988e1aaa33a1f307c54458

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

#!/usr/bin/env ruby

require 'credentials_manager'
require 'colored'
require 'shellwords'
tool_name = "fastlane-credentials"
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

CredentialsManager::CLI.new.run

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
credentials_manager-1.0.0 bin/fastlane-credentials