server.cli
Set up server specific CLI config.
Attributes
Classes
CLI for Server only. |
Functions
|
Create CLI. |
Module Contents
- class server.cli.ServerCLI[source]
Bases:
jobmon.core.cli.CLICLI for Server only.
- workflow_reaper(args: argparse.Namespace) None[source]
Workflow reaper entrypoint logic.
- init_db(args: argparse.Namespace) None[source]
Entrypoint to initialize new Jobmon database.
- terminate_db(args: argparse.Namespace) None[source]
Entrypoint to terminate a Jobmon database.
- upgrade_db(args: argparse.Namespace) None[source]
Entrypoint to upgrade a Jobmon database.