A project to generate diagrams from code
362
Welcome to diagram_builder
First, you need to ensure you have task, docker, git, pipenv, and python3 installed locally, and the docker daemon is running.
Then, you can setup your local environment via:
# Install the dependencies
task init
# Build the image
task build
# Run the image
docker run seiso/diagram_builder:2023.08.01 --help
If you'd like to build all of the supported docker images, you can set the PLATFORM env var to all like this:
PLATFORM=all task build
You can also specify a single platform of either linux/arm64 or linux/amd64.
If you're troubleshooting the results of any of the tasks, you can add -v to enable debug task logging, for instance:
task -v build
If you're troubleshooting a goat failure (you aren't the first one), you can pass one of the log levels as defined
here:
task lint -- debug
Content type
Image
Digest
sha256:2444b2a93…
Size
100.8 MB
Last updated
about 3 years ago
docker pull seiso/diagram_builder