client.cli.task.dependencies

Task dependencies command.

Functions

dependencies(→ None)

View task upstream/downstream dependencies.

Module Contents

client.cli.task.dependencies.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