proj_flow.minimal.run
The proj_flow.minimal.run implements ./flow run command.
- proj_flow.minimal.run.main(configs: ~proj_flow.flow.configs.Configs, rt: ~proj_flow.api.env.Runtime, cli_steps: ~typing.Annotated[~typing.List[str] | None, ~proj_flow.api.arg.Argument(help=Run only listed steps; if missing, run all the steps, pos=False, names=['-s', '--steps'], nargs=*, opt=None, meta=step, action=store, default=[], choices=None, completer=~proj_flow.api.completers.step_completer, group=None)])
Run automation steps for current project