Gust.CLI (gust v0.1.31)
Command-line entrypoint for operational Gust tasks.
This module is invoked by the release wrapper script and dispatches supported CLI commands into the application runtime.
Supported commands
trigger_run <dag_name>: starts the application, looks up the DAG by name, creates a run for it, and dispatches that run through the configuredGust.DAG.Run.Triggerimplementation.
Example:
gust-cli trigger_run my_dag
Summary
Functions
Executes a supported CLI command.