bastion-cli 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bastion/version.rb +1 -1
  3. data/readme.md +3 -3
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 267c81dfe441a4e125c78f29299c0a46d851eb3e
4
- data.tar.gz: 23d5c1f334a39934d14f235d1deafa66cec272c5
3
+ metadata.gz: db6b6b3278f390d6462f7a60df6a790a7ff4344c
4
+ data.tar.gz: 66fe27eaf42ae4e3c593beae1110bf741826c080
5
5
  SHA512:
6
- metadata.gz: e16b99e527f4b0b0c55bb87ed0229d10e4595c90a043ea8d1ab67c73bb1fcc5bd74cfbbf6034fbfb2b89766d41c58f814fc72734fdf89fe2c232676548f86a5b
7
- data.tar.gz: 59974408b9d5d635895ab7c26cc31984cc3f43b40cd0fdcd2a0564c9ac87f768da6d88379040fac02a54efae40c8ce06a42e3f0a837d127e7ec957729eddf996
6
+ metadata.gz: 4b97239723da2c0290aad6826cfe83018de594e0c8202b11e93424e3c39c10b496d8988e395f8438114bee8f6f5896e10a5c70949d671b5018b2b9e9d94d288d
7
+ data.tar.gz: 6c5c338ef85b4c153f632a6a45ec8f21ad26367d1e951c320ea9874c21e2b391488ed5efcc4ec70d0f22e5eea56c0e55a46cafc6f5a6e193d5ccbe11ef94bf0c
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Bastion
3
- VERSION = "0.7.2"
3
+ VERSION = "0.7.3"
4
4
  end
data/readme.md CHANGED
@@ -21,10 +21,10 @@ bastion
21
21
  bastion ssh 10.1.2.3
22
22
 
23
23
  # To log into an instance specifying a bastion host
24
- bastion ssh 10.1.2.3 --host 52.12.34.56
24
+ bastion ssh 10.1.2.3 --host 12.34.56.78
25
25
 
26
26
  # To log into an instance specifying a bastion host and make it default
27
- bastion ssh 10.1.2.3 --host 52.12.34.56 --save
27
+ bastion ssh 10.1.2.3 --host 12.34.56.78 --save
28
28
 
29
29
  # To show the default bastion host
30
30
  bastion host
@@ -36,7 +36,7 @@ bastion host bastion.example.com
36
36
  bastion tunnel
37
37
 
38
38
  # To open a tunnel using the default bastion host on port 1337
39
- bastion tunnel 1337
39
+ bastion tunnel 1337 --host 12.34.56.78
40
40
  ```
41
41
 
42
42
  You can also set the `BASTION_HOST` environment variable with the address of the
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bastion-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ptdorf