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