Sha256: 6f5ff18f81e8b0ff716c33a4f20fad1982d8669f1a0b4d4d9c25ae7c63f106d1
Contents?: true
Size: 428 Bytes
Versions: 95
Compression:
Stored size: 428 Bytes
Contents
#!/usr/bin/env ruby # 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
95 entries across 95 versions & 2 rubygems