Sha256: 32efc3749d80b595760ceaae01993b1452cfe6744ced45e0f2b6457793f8160b

Contents?: true

Size: 461 Bytes

Versions: 25

Compression:

Stored size: 461 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

# executes one of the commands in the new_relic/commands directory
# pass the name of the command as an argument

$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'new_relic/cli/command'
begin
  NewRelic::Cli::Command.run
rescue NewRelic::Cli::Command::CommandFailure => failure
  STDERR.puts failure.message
  STDERR.puts failure.options if failure.options
  exit(1)
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
newrelic_rpm-9.17.0 bin/newrelic_rpm
newrelic_rpm-9.16.1 bin/newrelic_rpm
newrelic_rpm-9.16.0 bin/newrelic_rpm
newrelic_rpm-9.15.0 bin/newrelic_rpm
newrelic_rpm-9.14.0 bin/newrelic_rpm
newrelic_rpm-9.13.0 bin/newrelic_rpm
newrelic_rpm-9.12.0 bin/newrelic_rpm
newrelic_rpm-9.11.0 bin/newrelic_rpm
newrelic_rpm-9.10.2 bin/newrelic_rpm
newrelic_rpm-9.10.1 bin/newrelic_rpm
newrelic_rpm-9.10.0 bin/newrelic_rpm
newrelic_rpm-9.9.0 bin/newrelic_rpm
newrelic_rpm-9.8.0 bin/newrelic_rpm
newrelic_rpm-9.7.1 bin/newrelic_rpm
newrelic_rpm-9.7.0 bin/newrelic_rpm
newrelic_rpm-9.6.0 bin/newrelic
newrelic_rpm-9.5.0 bin/newrelic
newrelic_rpm-9.4.2 bin/newrelic
newrelic_rpm-9.4.1 bin/newrelic
newrelic_rpm-9.4.0 bin/newrelic