From 6d69d950cbdbdfc22fc359c7b959cda677f017cb Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 15 Feb 2022 16:15:27 -0800 Subject: [PATCH] Updating readme with a command to generate a preview of the bot's architecture --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ad31f53e..4d14f03e 100755 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ Currently the CI/CD pipeline has workers running as Kubernetes pods and dispatch * Testing methodologies * Code Accountability +* You can see a diagram of how it all works by running the following command from the root of the repo: +```bash +docker run --rm -v $(pwd):/tmp/python python sh -c "apt-get update && apt-get install -y graphviz; pip install diagrams --user; cd /tmp/python; python dalebot-overview.py" +``` + ### What is this repository for? ### * Here we track issues and collaborate on the bot