Sha256: ec72dc6eeab108126ad8528bfdb85cbdd48ddc08319f5f46e752c452e17e0546
Contents?: true
Size: 523 Bytes
Versions: 65
Compression:
Stored size: 523 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/ || 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
65 entries across 65 versions & 2 rubygems