Sha256: f4717f5cf872a3b23b4352ff156320c930077755379aa9d296fcdde1c61e3a38

Contents?: true

Size: 361 Bytes

Versions: 33

Compression:

Stored size: 361 Bytes

Contents

#!/usr/bin/env ruby

require 'r10k/cli'
require 'colored2'

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

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
r10k-5.0.0 bin/r10k
r10k-4.1.0 bin/r10k
r10k-4.0.2 bin/r10k
r10k-4.0.1 bin/r10k
r10k-4.0.0 bin/r10k
r10k-4.0.0.pre bin/r10k
r10k-3.16.0 bin/r10k
r10k-3.15.4 bin/r10k
r10k-3.15.3 bin/r10k
r10k-3.15.2 bin/r10k
r10k-3.15.1 bin/r10k
r10k-3.15.0 bin/r10k
akerl-r10k-3.14.2.1 bin/r10k
r10k-3.14.2 bin/r10k
r10k-3.14.1 bin/r10k
r10k-3.14.0 bin/r10k
r10k-3.13.0 bin/r10k
r10k-3.12.1 bin/r10k
r10k-3.12.0 bin/r10k
r10k-3.11.0 bin/r10k