gaptool-client 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/gaptool-client.gemspec +2 -2
- data/lib/gaptool-client.rb +6 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.1
|
data/gaptool-client.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "gaptool-client"
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Matt Bailey"]
|
|
12
|
-
s.date = "2013-05-
|
|
12
|
+
s.date = "2013-05-20"
|
|
13
13
|
s.description = "client for gaptool-server"
|
|
14
14
|
s.email = "m@mdb.io"
|
|
15
15
|
s.executables = ["gt"]
|
data/lib/gaptool-client.rb
CHANGED
|
@@ -212,9 +212,14 @@ module Gaptool
|
|
|
212
212
|
option ["-e", "--environment"], "ENVIRONMENT", "Which environment, e.g. production", :required => true
|
|
213
213
|
option ["-b", "--branch"], "BRANCH", "Git branch to deploy, default is master", :required => false
|
|
214
214
|
option ["-r", "--rollback"], :flag, "Toggle this to rollback last deploy"
|
|
215
|
+
option ["-i", "--instance"], "INSTANCE", "Instance ID, e.g. i-12345678", :required => false
|
|
215
216
|
|
|
216
217
|
def execute
|
|
217
|
-
|
|
218
|
+
if instance
|
|
219
|
+
nodes = [$api.getonenode(instance)]
|
|
220
|
+
else
|
|
221
|
+
nodes = $api.getappnodes(app, environment)
|
|
222
|
+
end
|
|
218
223
|
nodes.peach do |node|
|
|
219
224
|
json = {
|
|
220
225
|
'this_server' => "#{node['role']}-#{environment}-#{node['instance']}",
|
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.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-05-
|
|
12
|
+
date: 2013-05-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: json
|
|
@@ -255,7 +255,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
255
255
|
version: '0'
|
|
256
256
|
segments:
|
|
257
257
|
- 0
|
|
258
|
-
hash:
|
|
258
|
+
hash: -2576408884787417626
|
|
259
259
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
260
260
|
none: false
|
|
261
261
|
requirements:
|