Command Line Interface ====================== The following commands are available for interacting with Blackdagger: .. code-block:: sh # Runs the DAG blackdagger start [--params=] # Displays the current status of the DAG blackdagger status # Re-runs the specified DAG run blackdagger retry --req= # Stops the DAG execution blackdagger stop # Restarts the current running DAG blackdagger restart # Dry-runs the DAG blackdagger dry [--params=] # Launches both the web UI server and scheduler process blackdagger start-all [--host=] [--port=] [--dags=] # Launches the blackdagger web UI server blackdagger server [--host=] [--port=] [--dags=] # Starts the scheduler process blackdagger scheduler [--dags=] # Shows the current binary version blackdagger version