mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-08-19 14:26:15 +00:00
11 lines
485 B
Bash
Executable File
11 lines
485 B
Bash
Executable File
#! /bin/sh
|
|
|
|
BIN=../../bin
|
|
|
|
MANIFESTS=config/custom-object-items.yaml
|
|
|
|
# Generate diagrams with custom object items
|
|
$BIN/kube-diagrams -n myapp $MANIFESTS -c config/custom-object-items.kd -o diagrams/custom-object-items.png -v
|
|
#$BIN/kube-diagrams -n myapp $MANIFESTS -c config/custom-object-items.kd -o diagrams/custom-object-items.svg --embed-all-icons
|
|
#$BIN/kube-diagrams -n myapp $MANIFESTS -c config/custom-object-items.kd -o diagrams/custom-object-items.dot_json --embed-all-icons
|