jobflow_remote.cli.jf module#

jobflow_remote.cli.jf.add_cli_logger_names(loggers: str | list[str])[source]#
jobflow_remote.cli.jf.main(project: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f48f4a1c550>] = None, full_exc: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f48f4a1c490>] = False, profile: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f48f519f2d0>] = False, warn_project: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f48f4a31e50>] = False, print_tree: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f48f4a32050>] = 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.