Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ new Command()
'-t, --turn-off-link-shortening',
"Use the full puml server link instead of the tiny url, if your diagrams are too big this won't work",
)
.addOption(new Option(
'-l, --polr-url <url>',
"Use polr shortener instead tinyurl - optionally specify polr api key in POLR_APIKEY env var",
)
)
.action(opts => {
const useDefaultGitignorePath = !opts.gitignorePath

Expand Down
Binary file modified dist_puml/puml/level_1_system_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,997 changes: 1,997 additions & 0 deletions dist_puml/puml/level_1_system_view.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dist_puml/puml/level_2_container_view.png
Binary file not shown.
383 changes: 368 additions & 15 deletions dist_puml/puml/level_2_container_view.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist_puml/puml/level_3_component_view_label_retrieval_job.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,202 changes: 2,202 additions & 0 deletions dist_puml/puml/level_3_component_view_label_retrieval_job.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist_puml/puml/level_3_component_view_pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,252 changes: 2,252 additions & 0 deletions dist_puml/puml/level_3_component_view_pipeline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading