aws-ssh 1.0.1 → 1.0.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/aws-ssh +3 -3
  3. data/bin/awssh +3 -3
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78ca737b88d4a338e7f18dfab077b2fe7948d1ba
4
- data.tar.gz: 3b14eb94c34a986a0afe5412e5167681ad599b93
3
+ metadata.gz: 6982e9f815c9f9271c5176348bf1ec46afea3a74
4
+ data.tar.gz: 79cffa033b806b19c8f1a406d897027ec9dfba5b
5
5
  SHA512:
6
- metadata.gz: 7643046e0babf3bd28ee73ebc595148929dd14524aa02992c4b1e91c05f385d31b65521c43470181af647cb0082689eb8aada2567fe21f580a364064dcfbd78b
7
- data.tar.gz: fe55c550ecda8d8dfdd1577a06b1ca7a97becce04299218d6d332f95bf1708d4f251b02a2b5c686d4e6a1da3c0913ad01236672e885a58c824d9da719922d83a
6
+ metadata.gz: 45f2bf73998b7d28e1545d6a9d3a39adfc4bd248acc4aca59075acbedfaaccf42a858ce12e9f46d84429e1e2a0ee6c1bdd9286ad92bb1e1e4cb830574cce7cc6
7
+ data.tar.gz: aa594d1686abe4202fb97f2fb7e41048b589f41f91018380ae36634dd807d2195cd92a117143870b7bdc760cd2d0b22514ec8a3854e0b88f8b0985e7c4804e15
data/bin/aws-ssh CHANGED
@@ -54,12 +54,12 @@ Examples:
54
54
  USAGE
55
55
 
56
56
  o.separator "Options:"
57
- o.string '-s', '--stack', 'stack name regex. E.g: `-s prod` will match "Production" stack name'
57
+ o.string '-s', '--stack', 'AWS OpsWorks Stack name regex. E.g: `-s prod` will match "Production" stack name'
58
58
  o.string '-p', '--profile', 'AWS config profile name. Default: profile set in .awssh file', default: defaults['profile']
59
- o.string '-r', '--region', 'region. E.g: us-east-1. Default: region set in .awssh file', default: defaults['region']
59
+ o.string '-r', '--region', 'AWS region. E.g: us-east-1. Default: region set in .awssh file', default: defaults['region']
60
60
  o.string '-u', '--user', 'SSH username to use. Default: user set in .awssh file or current machine user', default: defaults['user']
61
61
  o.bool '-so', '--show-only', 'Only show the matched hosts instead of ssh. Default: false', default: false
62
- o.bool '-cs', '--csensitive', 'Uses case-sensitive for regex matching. Default: false', default: false
62
+ o.bool '-cs', '--csensitive', 'Use case-sensitive for regex matching. Default: false', default: false
63
63
  o.bool '-v', '--verbose', 'Verbose mode. Default: false', default: false
64
64
  o.on '--help', 'Shows help' do
65
65
  puts o
data/bin/awssh CHANGED
@@ -54,12 +54,12 @@ Examples:
54
54
  USAGE
55
55
 
56
56
  o.separator "Options:"
57
- o.string '-s', '--stack', 'stack name regex. E.g: `-s prod` will match "Production" stack name'
57
+ o.string '-s', '--stack', 'AWS OpsWorks Stack name regex. E.g: `-s prod` will match "Production" stack name'
58
58
  o.string '-p', '--profile', 'AWS config profile name. Default: profile set in .awssh file', default: defaults['profile']
59
- o.string '-r', '--region', 'region. E.g: us-east-1. Default: region set in .awssh file', default: defaults['region']
59
+ o.string '-r', '--region', 'AWS region. E.g: us-east-1. Default: region set in .awssh file', default: defaults['region']
60
60
  o.string '-u', '--user', 'SSH username to use. Default: user set in .awssh file or current machine user', default: defaults['user']
61
61
  o.bool '-so', '--show-only', 'Only show the matched hosts instead of ssh. Default: false', default: false
62
- o.bool '-cs', '--csensitive', 'Uses case-sensitive for regex matching. Default: false', default: false
62
+ o.bool '-cs', '--csensitive', 'Use case-sensitive for regex matching. Default: false', default: false
63
63
  o.bool '-v', '--verbose', 'Verbose mode. Default: false', default: false
64
64
  o.on '--help', 'Shows help' do
65
65
  puts o
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Sales