Sha256: 57613313d9dda654f75ecbe05aabeb0ccf1c61a69da51921da41c81f58f3502f

Contents?: true

Size: 555 Bytes

Versions: 34

Compression:

Stored size: 555 Bytes

Contents

# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

if __FILE__ == $0 || $0.include?('script/plugin') || File.basename($0) == 'rake'
  $LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
  require 'new_relic/cli/command'
  begin
    NewRelic::Cli::Install.new(:quiet => true, :app_name => 'My Application').run
  rescue NewRelic::Cli::Command::CommandFailure => e
    $stderr.puts e.message
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
newrelic_rpm-9.3.1 install.rb
newrelic_rpm-9.3.0 install.rb
newrelic_rpm-9.2.2 install.rb
newrelic_rpm-9.2.1 install.rb
newrelic_rpm-9.2.0 install.rb
newrelic_rpm-9.1.0 install.rb
newrelic_rpm-9.0.0 install.rb
newrelic_rpm-8.16.0 install.rb
newrelic_rpm-8.15.0 install.rb
newrelic_rpm-8.14.0 install.rb
newrelic_rpm-8.13.1 install.rb
newrelic_rpm-8.13.0 install.rb
newrelic_rpm-8.12.0 install.rb
newrelic_rpm-8.11.0 install.rb