exe/conoha in conoha-0.2.6 vs exe/conoha in conoha-0.2.7
- old
+ new
@@ -36,9 +36,12 @@
when 'authenticate'
Conoha.authenticate!
puts 'Succeeded!'
when 'vpslist'
pp Conoha.vps_list
+when 'status'
+ exit 1 if ARGV.size != 1
+ pp Conoha.status_of server_id(ARGV.first)
when 'ipaddress'
exit 1 if ARGV.size != 1
pp Conoha.ip_address_of server_id(ARGV.first)
when 'create'
begin