docker-armada 2.12.1 → 2.13.0
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.
- checksums.yaml +4 -4
- data/lib/armada/cli/deploy.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f7a610eda6eb0e2a2e935249bb457285d09e312
|
|
4
|
+
data.tar.gz: a7a65db5070d0728a1b30ac6ac6fb47fded2b0e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9378ae86e91ea5f1cc80054618cfe0ff0c87f340b9a4a639330b1381c8cc16efa1b97569b3398295d8632cba541ae05a470c349e79693120408ec402b74d1dc
|
|
7
|
+
data.tar.gz: e9e2e681a143865fbbf9fe92edc79e21473d77bc3e174d8942b627dd5468b0c43d73d3a0de469f657466f13239f7553659f75b848c35af1e2230aff0e36658dc
|
data/lib/armada/cli/deploy.rb
CHANGED
|
@@ -14,6 +14,7 @@ module Armada
|
|
|
14
14
|
option :ssh_gateway, :type => :string, :aliases => :G, :desc => "SSH Gateway Host"
|
|
15
15
|
option :ssh_gateway_user, :type => :string, :aliases => :U, :desc => "SSH Gateway User"
|
|
16
16
|
option :dockercfg, :type => :string, :desc => "Path to dockercfg file, used to authenticate against the docker registry", :default => '~/.dockercfg'
|
|
17
|
+
option :volumes, :type => :boolean, :aliases => :v, :desc => "Remove the volumes associated with the container.", :default => false
|
|
17
18
|
end
|
|
18
19
|
}
|
|
19
20
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: docker-armada
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Chauncey
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2015-04-
|
|
13
|
+
date: 2015-04-19 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: excon
|