Documentation
¶
Overview ¶
Package dev implements the caesium dev command for local DAG development.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "dev",
Short: "Watch YAML files and run DAGs locally on change",
Long: "Parses job definitions, executes the DAG via the local container runtime, and re-runs on file changes.",
RunE: runDev,
}
Cmd is the top-level dev command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.