mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3426 - add automatic_tests argument to cli for extractenvironments
This commit is contained in:
parent
5a885ac2a7
commit
fde0a02621
1 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue