Skip to content

Commit 21206bc

Browse files
committed
New Makefile target to generate config class diagram
Signed-off-by: Pavel Tisnovsky <[email protected]>
1 parent 6acac00 commit 21206bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ get-rag: ## Download a copy of the RAG embedding model and vector database
125125
podman cp tmp-rag-container:/rag/embeddings_model embeddings_model
126126
podman rm tmp-rag-container
127127

128+
config.puml: ## Generate PlantUML class diagram for configuration
129+
pyreverse ols/app/models/config.py --output puml --output-directory=docs/
130+
mv docs/classes.puml docs/config.puml
131+
128132
help: ## Show this help screen
129133
@echo 'Usage: make <OPTIONS> ... <TARGETS>'
130134
@echo ''

0 commit comments

Comments
 (0)