client.cli.task.dependencies ============================ .. py:module:: client.cli.task.dependencies .. autoapi-nested-parse:: Task dependencies command. Functions --------- .. autoapisummary:: client.cli.task.dependencies.dependencies Module Contents --------------- .. py:function:: dependencies(task_id: int, output: str) -> None View task upstream/downstream dependencies. Shows all upstream (parent) and downstream (child) tasks for the specified task, along with their current status. \b .. rubric:: Examples # Show dependencies jobmon task dependencies -t 123 # As JSON jobmon task dependencies -t 123 -o json