Sha256: 7779e879ac6177a4b22dbc0b1f33626e98993a0a7721c304fd4cdabce7ee0f66

Contents?: true

Size: 354 Bytes

Versions: 62

Compression:

Stored size: 354 Bytes

Contents

#!/usr/bin/env ruby

require 'r10k/cli'
require 'colored'

begin
  R10K::CLI.command.run(ARGV)
rescue Interrupt
  $stderr.puts "Aborted!".red
  exit(1)
rescue SystemExit => e
  exit(e.status)
rescue Exception => e
  $stderr.puts "\nError while running: #{e.inspect}".red
  $stderr.puts e.backtrace.join("\n").red if ARGV.include? '--trace'
  exit(1)
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
r10k-2.6.9 bin/r10k
r10k-2.6.8 bin/r10k
r10k-2.6.7 bin/r10k
r10k-2.6.6 bin/r10k
r10k-2.6.5 bin/r10k
r10k-2.6.4 bin/r10k
r10k-2.6.3 bin/r10k
r10k-2.6.2 bin/r10k
r10k-2.6.1 bin/r10k
r10k-2.6.0 bin/r10k
r10k-2.5.5 bin/r10k
r10k-2.5.4 bin/r10k
r10k-2.5.3 bin/r10k
r10k-2.5.2 bin/r10k
r10k-2.5.1 bin/r10k
r10k-2.4.5 bin/r10k
r10k-2.3.1 bin/r10k
r10k-2.4.4 bin/r10k
r10k-2.5.0 bin/r10k
r10k-2.4.3 bin/r10k