diff --git a/orion.py b/orion.py index 1c75607..d4cf39a 100644 --- a/orion.py +++ b/orion.py @@ -32,9 +32,12 @@ def orion(uuid, baseline, config, debug, output, hunter_analyze): """Orion is the cli tool to detect regressions over the runs Args: + uuid (str): gather metrics based on uuid + baseline (str): baseline uuid to compare against uuid (uuid must be set when using baseline) config (str): path to the config file debug (bool): lets you log debug mode output (str): path to the output csv file + hunter_analyze (bool): turns on hunter analysis of gathered uuid(s) data """ level = logging.DEBUG if debug else logging.INFO logger = logging.getLogger("Orion")