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 0x7fc04d77fe90>] = None, full_exc: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fc04d77fc90>] = False, profile: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fc047fbfcd0>] = False, print_tree: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fc04d7943d0>] = 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.