vantage 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +15 -0
- data/lib/vantage/config.rb +1 -1
- data/lib/vantage/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -20,10 +20,25 @@ Or install it yourself as:
|
|
20
20
|
|
21
21
|
### Command line:
|
22
22
|
|
23
|
+
#### Listing allowed vantage points:
|
24
|
+
|
25
|
+
```shell
|
26
|
+
$ vantage -l
|
27
|
+
```
|
28
|
+
|
29
|
+
#### Check a url against a random vantage point:
|
30
|
+
|
23
31
|
```shell
|
24
32
|
$ vantage -u http://brandontindle.com
|
25
33
|
```
|
26
34
|
|
35
|
+
#### Check a url against a specific vantage point:
|
36
|
+
|
37
|
+
```shell
|
38
|
+
$ vantage -u http://brandontindle.com -p aws-us-east-1
|
39
|
+
```
|
40
|
+
|
41
|
+
|
27
42
|
#### Check multiple urls:
|
28
43
|
|
29
44
|
```shell
|
data/lib/vantage/config.rb
CHANGED
data/lib/vantage/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vantage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-06-21 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: An example cli for vantage.io
|
15
15
|
email:
|