Skip to content

Commit

Permalink
added export location information to command docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leahh committed Sep 23, 2024
1 parent b9cafbe commit f8867ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Arguments:
Arguments:
WF_ID [required]

``beeflow dag``: Export a directed acyclic graph (DAG) of a submitted workflow. This command can be run at any point of the workflow. To see the DAG of a workflow before it runs, submit the workflow with the ``--no-start`` flag and then use the dag command. The DAGs are exported to $OUTPUT_DIR/$WD_ID_dags. See :ref:`workflow-visualization` for more information.
``beeflow dag``: Export a directed acyclic graph (DAG) of a submitted workflow. This command can be run at any point of the workflow. To see the DAG of a workflow before it runs, submit the workflow with the ``--no-start`` flag and then use the dag command. The DAGs are exported to $OUTPUT_DIR/$WD_ID_dags by default. If the ``no-dag-dir`` flag is specified when the dag command is run, the DAG will be exported to $OUTPUT_DIR. See :ref:`workflow-visualization` for more information.

Arguments:
- WF_ID [required]
Expand Down

0 comments on commit f8867ed

Please sign in to comment.