krates 1.7.6 → 1.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 135dc7f378589eeca127bb5dd1b473a56804dca51c0a9c4674a31246079f20ba
4
- data.tar.gz: 3a9f9dfb3da5bed800fefab96069ada095d66f7b2b59ca1ed1d14aed9f927c2a
3
+ metadata.gz: fe6f20896746de15d2aa99d1930f4dcc10bc5f4ce2934b8150480f8cc896f0a1
4
+ data.tar.gz: 04e0986e0aecaaaf693a9aba46adf73a228901084c323da17d6df196c739c0f5
5
5
  SHA512:
6
- metadata.gz: da0d6897b186d1ce18d81e73d6aedc223521311fc382eaf6403368a0cff87196077d92c79833c72383c78d613e7f4a4d82cb4b843eb23c63cdd854ffa06e3c51
7
- data.tar.gz: 4636e6a6c4bb311acd700af18a70a47991dddbfbbb727e9a0ae27c684f9efa46d4848f71842ecc8915a6ab42194639c09ddbad86af6ab6418220fd8f96fc1822
6
+ metadata.gz: 1919b6cde96487cc641c9d8efbf8ec214b866e67f7c33be35fbfa039d6343a1f40b126cb3b20d6ea02eccc7f9bc8e1f160f05444fafcb09e1f58b5bccc78e8d2
7
+ data.tar.gz: 5ea2d40a74abcea345c1460ace7c12f91c46765e2147f33084084d44af7a0fba8d17115cae3e26c94251d98d6d9a17c4a4fcb8812d811cb313ba6b62de6971fc
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.6
1
+ 1.7.7
@@ -8,7 +8,7 @@ module Kontena::Cli::Master
8
8
 
9
9
  parameter "[COMMANDS] ...", "Run command on host"
10
10
 
11
- option ["-i", "--identity-file"], "IDENTITY_FILE", "Path to ssh private key"
11
+ option ["-i", "--identity-file"], "IDENTITY_FILE", "Path to ssh private key", environment_variable: 'KRATES_MASTER_IDENTITY_FILE'
12
12
  option ["-u", "--user"], "USER", "Login as a user", default: "core"
13
13
 
14
14
  requires_current_master
@@ -10,7 +10,7 @@ module Kontena::Cli::Nodes
10
10
  parameter "[NODE]", "SSH to Grid node. Use --any to connect to the first available node"
11
11
  parameter "[COMMANDS] ...", "Run command on host"
12
12
  option ["-a", "--any"], :flag, "Connect to first available node"
13
- option ["-i", "--identity-file"], "IDENTITY_FILE", "Path to ssh private key"
13
+ option ["-i", "--identity-file"], "IDENTITY_FILE", "Path to ssh private key", environment_variable: 'KRATES_NODE_IDENTITY_FILE'
14
14
  option ["-u", "--user"], "USER", "Login as a user", default: "core"
15
15
  option "--private-ip", :flag, "Connect to node's private IP address"
16
16
  option "--internal-ip", :flag, "Connect to node's internal IP address (requires VPN connection)"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krates
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.6
4
+ version: 1.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Tsurbeleu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-07 00:00:00.000000000 Z
11
+ date: 2020-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler