client.cli.main
Main CLI entry point for Jobmon.
Functions
|
Configure logging for the client CLI. |
|
Jobmon workflow management CLI. |
|
Show version information. |
|
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