Method: CloudSpec::AMZN_CLI#all
- Defined in:
- lib/cloudspec/cli.rb
#all ⇒ Object
27 28 29 30 31 32 33 34 35 |
# File 'lib/cloudspec/cli.rb', line 27 def all validate invoke :instances invoke :groups rescue => e CloudSpec.log.error e.to_s exit 1 end |