k8sflow 0.11.6 → 0.11.7
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/k8sflow/command/run.rb +1 -1
- data/lib/k8sflow/version.rb +1 -1
- 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: 8f3d51f7f1aad598518c94f3d9e6ba3ac2fa5991
|
|
4
|
+
data.tar.gz: 8045001672972572641603b56b2680d04c596d03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f99a2579ab97dc7056b1bc3683ce272703b8a85763b059a1e4df9f084cb889230e3deef01c1cfc3d4dc7a96830a5847cd6d9878f39e412614573a87c262472da
|
|
7
|
+
data.tar.gz: 3c11f9f6c3fc1ea3657c3dbcafe35cf6fa585edfc1b6a395e710e1c5eae582a7a09048a6ea3299644954ef7045f1825d8ac833b937dc0b04a5a56667174692a2
|
data/lib/k8sflow/command/run.rb
CHANGED
|
@@ -29,7 +29,7 @@ $ k8sflow run -t 2.10 -p 3000:3000 'run server -p 3000'
|
|
|
29
29
|
option :heroku, "--heroku APP", "get all envs from heroku"
|
|
30
30
|
option :heroku_db, "--heroku-db", "get DB envs only from heroku"
|
|
31
31
|
option :tty, "--[no-]tty", "Use tty"
|
|
32
|
-
option :docker_api, "-h", "--host", "docker api endpoint", default: "unix://"
|
|
32
|
+
option :docker_api, "-h", "--host HOST", "docker api endpoint", default: "unix://"
|
|
33
33
|
option :aliases, "--aliases a=x,b=y", "commands aliases, usefull in the default file"
|
|
34
34
|
|
|
35
35
|
class << self
|
data/lib/k8sflow/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: k8sflow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Antoine Legrand
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cli-topic
|