[GH-ISSUE #170] The --simplified flag is ignored with --planfile and --graphfile parameters #97

Closed
opened 2026-05-06 12:37:27 +02:00 by BreizhHardware · 1 comment

Originally created by @hangrybear666 on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/170

Hello, the generated outputs are identical with or without the --simplified flag using patrickchugh/terravision:0.15.0

am not entirely sure why, since the debug output shows no reference to either "simplified" or "high-level", if you have any other debug log messages I could look for, let me know and I will re-run the pipeline.

terravision draw --planfile $CI_PROJECT_DIR/plan.json --graphfile $CI_PROJECT_DIR/graph.dot --source $CI_PROJECT_DIR/ --format png --outfile architecture-simplified --simplified --debug
terravision draw --planfile $CI_PROJECT_DIR/plan.json --graphfile $CI_PROJECT_DIR/graph.dot --source $CI_PROJECT_DIR/ --format drawio --outfile architecture-simplified --simplified --debug
terravision draw --planfile $CI_PROJECT_DIR/plan.json --graphfile $CI_PROJECT_DIR/graph.dot --source $CI_PROJECT_DIR/ --format png --outfile architecture
terravision draw --planfile $CI_PROJECT_DIR/plan.json --graphfile $CI_PROJECT_DIR/graph.dot --source $CI_PROJECT_DIR/ --format drawio --outfile architecture
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
------        16.02.2026     12:12        2880174 architecture-simplified.dot.png
------        16.02.2026     12:12        3113849 architecture-simplified.drawio
------        16.02.2026     12:12        2880990 architecture.dot.png
------        16.02.2026     12:12        3113849 architecture.drawio
Originally created by @hangrybear666 on GitHub (Feb 16, 2026). Original GitHub issue: https://github.com/patrickchugh/terravision/issues/170 Hello, the generated outputs are identical with or without the `--simplified` flag using `patrickchugh/terravision:0.15.0` am not entirely sure why, since the debug output shows no reference to either "simplified" or "high-level", if you have any other debug log messages I could look for, let me know and I will re-run the pipeline. ``` terravision draw --planfile $CI_PROJECT_DIR/plan.json --graphfile $CI_PROJECT_DIR/graph.dot --source $CI_PROJECT_DIR/ --format png --outfile architecture-simplified --simplified --debug terravision draw --planfile $CI_PROJECT_DIR/plan.json --graphfile $CI_PROJECT_DIR/graph.dot --source $CI_PROJECT_DIR/ --format drawio --outfile architecture-simplified --simplified --debug terravision draw --planfile $CI_PROJECT_DIR/plan.json --graphfile $CI_PROJECT_DIR/graph.dot --source $CI_PROJECT_DIR/ --format png --outfile architecture terravision draw --planfile $CI_PROJECT_DIR/plan.json --graphfile $CI_PROJECT_DIR/graph.dot --source $CI_PROJECT_DIR/ --format drawio --outfile architecture ``` ``` Mode LastWriteTime Length Name ---- ------------- ------ ---- ------ 16.02.2026 12:12 2880174 architecture-simplified.dot.png ------ 16.02.2026 12:12 3113849 architecture-simplified.drawio ------ 16.02.2026 12:12 2880990 architecture.dot.png ------ 16.02.2026 12:12 3113849 architecture.drawio ```
Author
Owner

@patrickchugh commented on GitHub (Feb 20, 2026):

@hangrybear666 Thanks for spotting this. The simplified functionality wasn't implemented. It is now. Can you check with latest code I just pushed?

<!-- gh-comment-id:3931445803 --> @patrickchugh commented on GitHub (Feb 20, 2026): @hangrybear666 Thanks for spotting this. The simplified functionality wasn't implemented. It is now. Can you check with latest code I just pushed?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#97
No description provided.