Skip to content

run

run

Run a configured execution on the current machine.

run(name: str = typer.Argument(...), yaml_path: Path = typer.Argument(..., exists=True, dir_okay=False), root_dir: Path = typer.Argument(..., file_okay=False), overrides: list[str] | None = typer.Argument(None), project: str = typer.Option('general', '--project', '-p'), group: str = typer.Option('default', '--group', '-g'), fresh: bool = typer.Option(False, '--fresh', help='Generate a fresh run nonce to prevent job resumption even if available.'), dry_run: bool = typer.Option(False, '--dry-run')) -> None

Run the YAML's job chain locally, storing its artifacts under ROOT_DIR.