exe/conoha in conoha-0.7.1 vs exe/conoha in conoha-0.7.2
- old
+ new
@@ -55,9 +55,12 @@
pp Conoha.create *ARGV
rescue => e
STDERR.puts e.to_s
exit 1
end
+when 'rebuild'
+ exit 1 if ARGV.size != 2
+ puts Conoha.rebuild *ARGV
when 'delete'
exit 1 if ARGV.size != 1
puts Conoha.delete server_id(ARGV.first)
when 'boot'
exit 1 if ARGV.size != 1