readme.md in aws_recon-0.2.6 vs readme.md in aws_recon-0.2.7
- old
+ new
@@ -28,18 +28,18 @@
Install the gem:
```
$ gem install aws_recon
-Fetching aws_recon-0.2.6.gem
+Fetching aws_recon-0.2.7.gem
Fetching aws-sdk-resources-3.76.0.gem
Fetching aws-sdk-3.0.1.gem
Fetching parallel-1.19.2.gem
...
Successfully installed aws-sdk-3.0.1
Successfully installed parallel-1.19.2
-Successfully installed aws_recon-0.2.6
+Successfully installed aws_recon-0.2.7
```
Or add it to your Gemfile using `bundle`:
```
@@ -133,10 +133,10 @@
Most users will want to limit collection to relevant services and regions. Running without any options will attempt to collect all resources from all 16 regular regions.
```
$ aws_recon -h
-AWS Recon - AWS Inventory Collector (0.2.6)
+AWS Recon - AWS Inventory Collector (0.2.7)
Usage: aws_recon [options]
-r, --regions [REGIONS] Regions to scan, separated by comma (default: all)
-n, --not-regions [REGIONS] Regions to skip, separated by comma (default: none)
-s, --services [SERVICES] Services to scan, separated by comma (default: all)