gaptool-client 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/gaptool-client.gemspec +1 -1
- data/lib/gaptool-client.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.2
|
data/gaptool-client.gemspec
CHANGED
data/lib/gaptool-client.rb
CHANGED
@@ -57,7 +57,7 @@ class SshCommand < Clamp::Command
|
|
57
57
|
end
|
58
58
|
|
59
59
|
class InfoCommand < Clamp::Command
|
60
|
-
option ["-r", "--role"], "ROLE", "Role name
|
60
|
+
option ["-r", "--role"], "ROLE", "Role name, e.g. frontend", :required => false
|
61
61
|
option ["-e", "--environment"], "ENVIRONMENT", "Which environment, e.g. production", :required => false
|
62
62
|
option ["-i", "--instance"], "INSTANCE", "Node instance, leave blank to query avilable nodes", :required => false
|
63
63
|
option ["-p", "--parseable"], :flag, "Display in non-pretty parseable JSON"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gaptool-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -207,7 +207,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
207
207
|
version: '0'
|
208
208
|
segments:
|
209
209
|
- 0
|
210
|
-
hash:
|
210
|
+
hash: -1682468995549119550
|
211
211
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
212
212
|
none: false
|
213
213
|
requirements:
|