jobflow_remote.cli.jf module#

jobflow_remote.cli.jf.main(project: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f5b8a5f32d0>] = None, full_exc: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f5b8a5f25d0>] = False, profile: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f5b8a608290>] = 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.