Skip to main content

Generates a DOT file to visualise your sceptre environments

Project description

Helps you visualise your Sceptre projects with Graphviz (DOT).

screenshot.png

Benefits

  • Visualisation can be added as a documentation artefact to your project
  • Having many explicit/implicit dependencies can slow down deployments. Use the generated dependency graph to quickly spot bottlenecks due to these dependencies.

Installation

Install graphviz for your operating system as per official instuctions.

Install this package in the same python interpreter (virtualenv) that Sceptre is installed so that its python library is already available: pip install sceptre-dot

Usage

In the same directory where you would normally invoke sceptre launch -y $YOUR_PATH, run:

sceptre-dot $YOUR_PATH > output.dot
fdp -Tpng output.dot -o output.png # use fdp engine for best results

Released under the Simplified BSD Licence.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sceptre-dot-0.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

sceptre_dot-0.2-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page