Gust.CLI (gust v0.1.32)
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.Accepts an optional
--run_paramsflag with a JSON string payload:gust-cli trigger_run my_dag --run_params '{"name": "foo"}'dag_definition <dag_name>: returns the DAG definition payload as JSON, including the definition load status.
Example:
gust-cli trigger_run my_dag
Summary
Functions
Executes a supported CLI command.