jobflow_remote.cli.project module#
- jobflow_remote.cli.project.check(jobstore: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f050d9a1850>] = False, queue: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f050d9a1950>] = False, worker: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f050d9a1990>] = None, print_errors: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f050d9a19d0>] = False, full: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f050d9a1c10>] = False) None [source]#
Check that the connection to the different elements of the projects are working.
- jobflow_remote.cli.project.current_project(ctx: ~typer.models.Context, print_tree: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f050df4b090>] = False) None [source]#
Print the list of the project currently selected.
- jobflow_remote.cli.project.generate(name: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7f050d9a13d0>], file_format: ~jobflow_remote.cli.utils.Annotated[~jobflow_remote.cli.utils.SerializeFileFormat, <typer.models.OptionInfo object at 0x7f050df63ad0>] = SerializeFileFormat.YAML, full: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f050d9a1410>] = False) None [source]#
Generate a project configuration file with dummy elements to be edited manually.
- jobflow_remote.cli.project.list_exec_config(verbosity: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f050df62fd0>] = 0) None [source]#
The list of defined Execution configurations
- jobflow_remote.cli.project.list_projects(warn: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f050d9a1050>] = False) None [source]#
List of available projects.
- jobflow_remote.cli.project.list_worker(verbosity: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f050df62fd0>] = 0) None [source]#
The list of defined workers
- jobflow_remote.cli.project.remove(name: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7f050d9a1d90>], keep_folders: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f050d9a1e10>] = False, force: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f050df63750>] = False) None [source]#
Remove a project from the projects’ folder, including the related folders.