README.md in aws_security_viz-0.2.1.pre.alpha.pre.379 vs README.md in aws_security_viz-0.2.1.pre.alpha.pre.381

- old
+ new

@@ -76,10 +76,11 @@ -f, --filename=<s> Output file name (default: aws-security-viz.png) -c, --config=<s> Config file (opts.yml) (default: opts.yml) -l, --color Colored node edges -u, --source-filter=<s> Source filter -t, --target-filter=<s> Target filter + --serve=<i> Serve a HTTP server at specified port -h, --help Show this message ``` #### Configuration @@ -171,5 +172,9 @@ #### Generate visualization for `us-west-1` restricted to vpc-id `vpc-12345` ``` $ aws_security_viz --region us-west-1 --vpc-id=vpc-12345 ``` + +#### Serve webserver for the navigator view at port 3000 +`aws_security_viz -a your_aws_key -s your_aws_secret_key -f aws.json --renderer navigator --serve 3000` +The browser link to the view is printed on the CLI