Class: IV::CLI::Command::Nodes
- Inherits:
-
IV::CLI::Command
- Object
- IV::CLI::Command
- IV::CLI::Command::Nodes
- Defined in:
- lib/iv-cli/commands/nodes.rb
Instance Attribute Summary
Attributes inherited from IV::CLI::Command
Instance Method Summary collapse
Methods inherited from IV::CLI::Command
Methods included from Helpers::SubclassRegistration
Methods included from Helpers::Errors
Instance Method Details
#run(args, options = {}) ⇒ Object
15 16 17 18 19 20 21 22 23 |
# File 'lib/iv-cli/commands/nodes.rb', line 15 def run(args, = {}) (args) parse_iv_config ensure_opscode_config @formatter = IV::CLI::Formatter.find(config[:formatter]).new({:columns => [:status,:name,:ip,:os,:org]}) stream_converge_status end |