client.cli.main

Main CLI entry point for Jobmon.

Functions

configure_client_logging(→ None)

Configure logging for the client CLI.

cli(→ None)

Jobmon workflow management CLI.

version(→ None)

Show version information.

main(→ None)

Main entry point for the CLI.

Module Contents

client.cli.main.configure_client_logging(debug: bool = False) None

Configure logging for the client CLI.

Uses the same logging infrastructure as other Jobmon components.

client.cli.main.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 <group> –help

client.cli.main.version(components: bool) None

Show version information.

client.cli.main.main(args: list | None = None) None

Main entry point for the CLI.