Sha256: 50f6b55c4c408e7739fe96f45c73862239f29a155cbec64b23035336342c9c3d
Contents?: true
Size: 429 Bytes
Versions: 7
Compression:
Stored size: 429 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
7 entries across 7 versions & 1 rubygems