Resolve issue where --with_ui flag boolean was not being passed correctly, preventing CMD adk web [...] from being deployed to Cloud Run.

PiperOrigin-RevId: 759364440
This commit is contained in:
Google Team Member 2025-05-15 17:12:28 -07:00 committed by Copybara-Service
parent cb000e5a94
commit ebfe8fe51c

View File

@ -662,7 +662,6 @@ def cli_api_server(
)
@click.option(
"--trace_to_cloud",
type=bool,
is_flag=True,
show_default=True,
default=False,
@ -670,7 +669,6 @@ def cli_api_server(
)
@click.option(
"--with_ui",
type=bool,
is_flag=True,
show_default=True,
default=False,