@likec4/generators
Advanced tools
Changelog
0.60.2 (2024-03-26)
@mcpride reported that likec4 export png ...
timed out sometimes (see #634)
As a temporary workaround, now cli has the option to configure max attempts (retries) and set timeout. Or even ignore failures,
Options:
-i, --ignore continue if some views failed to export [boolean] [default: false]
-t, --timeout (ms) timeout for playwright operations [number] [default: 15000]
--max-attempts (number) if export failed, retry N times [number] [default: 4]
Example:
$ likec4 export png -o ./assets -i --max-attempts 3 -t 5000
LikeC4 sets default playwright timeout to 5sec, retries exporting failed views 3 times, and ignores these failures anyway (if there are any successful exports).
Changelog
0.60.0 (2024-03-10)
Compare results by starting two CLIs (with and without
--use-dot-bin
)
Changelog
0.56.0 (2024-02-17)
Changelog
0.53.0 (2024-01-10)
headArrowPoint
and tailArrowPoint
to edges (89a9171)constraint=false
instead of minlen=0
(1fdc6ba)NonEmptyArray
has defined either head or tail (dccc52a)