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.
- checksums.yaml +4 -4
- data/bin/aws-ssh +3 -3
- data/bin/awssh +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6982e9f815c9f9271c5176348bf1ec46afea3a74
|
|
4
|
+
data.tar.gz: 79cffa033b806b19c8f1a406d897027ec9dfba5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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', '
|
|
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', '
|
|
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', '
|
|
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', '
|
|
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
|