We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8024ec9 commit d52d027Copy full SHA for d52d027
cs_tools/cli/tools/scriptability/app.py
@@ -356,15 +356,13 @@ def deploy(
356
)
357
return 0
358
359
- # Silence the cs_tools metadata workflow logger since we've asked the User if they want logged feedback.
360
- logging.getLogger("cs_tools.api.workflows.metadata").setLevel(logging.CRITICAL)
361
-
362
try:
363
c = workflows.metadata.tml_import(
364
tmls=list(tmls.values()),
365
- use_async_endpoint=use_async_endpoint,
366
- skip_diff_check=skip_diff_check,
367
policy=deploy_policy,
+ use_async_endpoint=use_async_endpoint,
+ wait_for_completion=use_async_endpoint,
+ log_errors=False,
368
http=ts.api,
369
370
_ = utils.run_sync(c)
0 commit comments