CLI

CLI module.

probequest.cli.build_cluster(config)[source]

Build the ProbeQuest cluster.

probequest.cli.get_arg_parser()[source]

Returns the argument parser.

probequest.cli.main()[source]

Entry point of the command-line tool.

probequest.cli.set_up_root_logger(level=10)[source]

Sets up the root logger.

Returns a tuple containing the root logger, the memory handler and the console handler.