Add option to qseow task-vis command to filter which tasks are included in network graph #581
mountaindude
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select tasks to include by
--task-type
. Valid values arereload
andext-program
.--task-tag
. Get ids of all tasks with the specified tags, then get root tasks and include all their task chains in the graph.--task-id
. Get root tasks and include all their task chains in the graph.--app-id
. Get associated task ids, then get root tasks and include all their task chains in the graph.--app-tag
: Get associated task ids, then get root tasks and include all their task chains in the graph.If an option is specified on the command line, Ctrl-Q should verify that the specified id/tag exists in QSEoW, and warn if not.
Beta Was this translation helpful? Give feedback.
All reactions