ssvm_cli 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/ssvm +1 -1
- data/ssvm_cli.gemspec +1 -1
- metadata +4 -4
data/bin/ssvm
CHANGED
@@ -17,7 +17,7 @@ class Ssvm < Thor
|
|
17
17
|
method_option :owners, :aliases => '-o', :desc => "Owners of the VM", :type => :array
|
18
18
|
method_option :env, :aliases => '-e', :required => true, :desc => "Environment for the VM (e.g. prod or np)"
|
19
19
|
method_option :datacenter, :aliases => '-d', :required => true, :desc => "Datacenter for the VM (e.g. dc1 or dc2)"
|
20
|
-
method_option :build_spec, :aliases => '-b', :required => true, :desc => "Default or customized VM request"
|
20
|
+
method_option :build_spec, :aliases => '-b', :required => true, :desc => "Default or customized VM request", :default => "default"
|
21
21
|
method_option :os, :desc => "What OS to use for the VM (e.g. Scientific Linux (Carbon) 6.0 x86_64)"
|
22
22
|
method_option :instances, :desc => "How many instances to make"
|
23
23
|
method_option :start_at, :desc => "What number to start at for multi instances request", :default => 1
|
data/ssvm_cli.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ssvm_cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Darren Dao
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-06-
|
18
|
+
date: 2012-06-07 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: thor
|