28mm / blast-radius

Interactive visualizations of Terraform dependency graphs using d3.js
https://28mm.github.io/blast-radius-docs/
MIT License
2.04k stars 257 forks source link

Allow for running on an alternate port #30

Closed tiddnet closed 6 years ago

tiddnet commented 6 years ago

If specified, blast radius will bind to an alternate port. (More useful for those who pip install, versus using a docker container)

28mm commented 6 years ago

@tiddnet -- Thanks! Should have a chance to merge tomorrow, and bump the pypi version.

28mm commented 6 years ago

@tiddnet

Changed the positional port argument to an explicit --port form. Changes merged. Thanks again :)