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.4.1 bin/r10k
r10k-2.4.0 bin/r10k
r10k-2.3.0 bin/r10k
r10k-2.2.2 bin/r10k
r10k-2.2.1 bin/r10k
r10k-2.2.0 bin/r10k
r10k-2.1.1 bin/r10k
r10k-2.1.0 bin/r10k
r10k-2.0.3 bin/r10k
r10k-2.0.2 bin/r10k
r10k-2.0.1 bin/r10k
r10k-2.0.0 bin/r10k
r10k-1.5.1 bin/r10k
r10k-1.4.2 bin/r10k
r10k-1.4.1 bin/r10k
r10k-1.4.0 bin/r10k
r10k-1.3.5 bin/r10k
r10k-1.3.4 bin/r10k
r10k-1.2.4 bin/r10k
r10k-1.3.3 bin/r10k