jobflow_remote.cli.jf module#

jobflow_remote.cli.jf.add_cli_logger_names(loggers: str | list[str])[source]#
jobflow_remote.cli.jf.main(project: Annotated[str, <typer.models.OptionInfo object at 0x7fbc73a77910>]=None, full_exc: Annotated[bool, <typer.models.OptionInfo object at 0x7fbc738c0110>]=False, profile: Annotated[bool, <typer.models.OptionInfo object at 0x7fbc7a497c90>]=False, warn_project: Annotated[bool, <typer.models.OptionInfo object at 0x7fbc7a25fad0>]=False, print_tree: Annotated[bool, <typer.models.OptionInfo object at 0x7fbc792f4450>]=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.