jobflow_remote.cli.jf module#

jobflow_remote.cli.jf.main(project: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f2db961e850>] = None, full_exc: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f2db967c110>] = False, profile: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f2db9677f90>] = False, print_tree: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f2db9bf3d50>] = False) None[source]#

The controller CLI for jobflow-remote.

jobflow_remote.cli.jf.main_result_callback(*args, **kwargs) None[source]#

Callback executed after the main command is completed. Allowing to make cleanup and other final actions.