Class: IV::CLI::Command::Nodes

Inherits:
IV::CLI::Command show all
Defined in:
lib/iv-cli/commands/nodes.rb

Instance Attribute Summary

Attributes inherited from IV::CLI::Command

#config

Instance Method Summary collapse

Methods inherited from IV::CLI::Command

invalid_command?, run_command

Methods included from Helpers::Errors

#fail

Instance Method Details

#run(args, options = {}) ⇒ Object



7
8
9
10
11
12
13
# File 'lib/iv-cli/commands/nodes.rb', line 7

def run(args, options = {})
  parse_options(args)
  parse_config
  ensure_opscode_config

  stream_converge_status
end