Method: App42::Command::Config#vm_type
- Defined in:
- lib/app42/command/config.rb
#vm_type ⇒ Object
list app42paas supported vm_type
219 220 221 222 223 224 225 |
# File 'lib/app42/command/config.rb', line 219 def vm_type vm_type = get_config 'config', __method__ puts Paint["=== Available virtual machine type ===", :green] vm_type['vm_type'].each do |vt| puts vt.capitalize end end |