OP-3426 - add automatic_tests argument to cli for extractenvironments

This commit is contained in:
Petr Kalis 2022-10-19 14:44:36 +02:00
parent 5a885ac2a7
commit fde0a02621

View file

@ -127,7 +127,11 @@ def webpublisherwebserver(executable, upload_dir, host=None, port=None):
@click.option(
"--envgroup", help="Environment group (e.g. \"farm\")", default=None
)
def extractenvironments(output_json_path, project, asset, task, app, envgroup):
@click.option(
"--automatic_tests", help="Is this automatic test", default=None
)
def extractenvironments(output_json_path, project, asset, task, app, envgroup,
automatic_tests):
"""Extract environment variables for entered context to a json file.
Entered output filepath will be created if does not exists.