Sha256: 7af9e36064af5f6a3b3b27c0dd12612a643eae3f9bf64b35c5ac4971501fbed7

Contents?: true

Size: 483 Bytes

Versions: 19

Compression:

Stored size: 483 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

if __FILE__ == $0 || $0 =~ /script\/plugin/
  $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::CommandFailure => e
    $stderr.puts e.message
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
newrelic_rpm-3.9.0.229 install.rb
newrelic_rpm-3.8.1.221 install.rb
newrelic_rpm-3.8.0.218 install.rb
newrelic_rpm-3.7.3.204 install.rb
newrelic_rpm-3.7.3.199 install.rb
newrelic_rpm-3.7.2.195 install.rb
newrelic_rpm-3.7.2.192 install.rb
newrelic_rpm-3.7.2.190.beta install.rb
newrelic_rpm-3.7.1.188 install.rb
newrelic_rpm-3.7.1.182 install.rb
newrelic_rpm-3.7.1.180 install.rb
newrelic_rpm-3.7.0.177 install.rb
newrelic_rpm-3.7.0.174.beta install.rb
newrelic_rpm-3.6.9.171 install.rb
newrelic_rpm-3.6.8.168 install.rb
newrelic_rpm-3.6.8.164 install.rb
newrelic_rpm-3.6.7.159 install.rb
newrelic_rpm-3.6.7.159.beta install.rb
newrelic_rpm-3.6.7.152 install.rb