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 configured Gust.DAG.Run.Trigger implementation.

Example:

gust-cli trigger_run my_dag

Summary

Functions

Executes a supported CLI command.

Functions

exec(list)

Executes a supported CLI command.

Currently supported commands:

  • ["trigger_run", dag_name]