owssh 0.0.26 → 0.0.27

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/owssh.rb +7 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7434709490670ead54c5b8208aeb2538aba01b05
4
- data.tar.gz: 22b00f467185c3cac795fbfeff3050512d198c0f
3
+ metadata.gz: 027bc9e654a8e70857d76e4dea7870146221efe5
4
+ data.tar.gz: 991831baa85550fa981d27a563058985de05bce1
5
5
  SHA512:
6
- metadata.gz: 871f80bbd0ed339792a95d00b6ae2cbe1fae947ce82b2a150e27841f07d4c70258c761a2dee4983c0a28d6f6e52831d15263e145ca12c7e19571bf3e0e487487
7
- data.tar.gz: fb3281260546a145b60f5961391bc48bebc9d19d02937f4758116e01f73f79f36621ed95af90c24bf29c469811eb1c328b975a8aa30c2896fc3d4c1c37ba9a8c
6
+ metadata.gz: b701f16e18d54d2cc6607d838aebc538ffeaec5f2c9d7962b82a9d26456ff02b03466d9423eb550641be7a7da7650e8960bf87b72add0a944db5b85a13c1a3e5
7
+ data.tar.gz: 4b261ec14871aa7541628dca8e8057663e4537109280e61165ad62267d436a77a3ff417a2a1a12aa79aed995058861bc5245c1fbc0c3dc1082edca8885ed896a
data/lib/owssh.rb CHANGED
@@ -91,6 +91,13 @@ class Owssh
91
91
  puts ""
92
92
  puts " Type - The type of host. I.E. rails-app, resque, etc..."
93
93
  puts " Hostname - The name of the host. I.E. rails-app1, resque1, etc..."
94
+ puts ""
95
+ puts "Environment Variables:"
96
+ puts " AWS_DEFAULT_PROFILE Defines the AWS config profile to use"
97
+ puts " OWSSH_SSH_KEY_FILE Path to your ssh key file"
98
+ puts " OWSSH_AWS_CONFIG_FILE Path to your aws config file if you want it to be different from default"
99
+ puts " OWSSH_USER The user to SSH as. Default is ubuntu"
100
+ puts ""
94
101
  exit
95
102
  end
96
103
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: owssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Hutchins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-03 00:00:00.000000000 Z
11
+ date: 2014-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: command_line_reporter