client.cli.main =============== .. py:module:: client.cli.main .. autoapi-nested-parse:: Main CLI entry point for Jobmon. Functions --------- .. autoapisummary:: client.cli.main.configure_client_logging client.cli.main.cli client.cli.main.version client.cli.main.main Module Contents --------------- .. py:function:: configure_client_logging(debug: bool = False) -> None Configure logging for the client CLI. Uses the same logging infrastructure as other Jobmon components. .. py:function:: cli(ctx: click.Context, verbose: bool, debug: bool) -> None Jobmon workflow management CLI. Jobmon is a workflow orchestration tool for managing computational pipelines on HPC clusters. \b .. rubric:: Examples jobmon workflow status -u myuser jobmon workflow tasks -w 12345 -s FATAL jobmon task status -t 123 -t 456 jobmon config set http.retries_attempts 15 For more information on a specific command group: jobmon --help .. py:function:: version(components: bool) -> None Show version information. .. py:function:: main(args: Optional[list] = None) -> None Main entry point for the CLI.