Class NewRelic::Cli::Deployments
In: lib/new_relic/cli/commands/deployments.rb
Parent: NewRelic::Cli::Command

Methods

Attributes

control  [R] 

Public Class methods

Initialize the deployment uploader with command line args. Use -h to see options. When command_line_args is a hash, we are invoking directly and it‘s treated as an options with optional string values for :user, :description, :appname, :revision, :environment, :license_key, and :changes.

Will throw CommandFailed exception if there‘s any error.

Public Instance methods

Run the Deployment upload in New Relic via Active Resource. Will possibly print errors and exit the VM

[Validate]