fix: Remove duplicate options from adk deploy

Resolves https://github.com/google/adk-python/issues/1739

PiperOrigin-RevId: 778692588
This commit is contained in:
Shangjie Chen
2025-07-02 17:27:45 -07:00
committed by Copybara-Service
parent 6a39c854e0
commit 3fa2ea7cb9
-9
View File
@@ -831,15 +831,6 @@ def cli_api_server(
" version in the dev environment)"
),
)
@click.option(
"--eval_storage_uri",
type=str,
help=(
"Optional. The evals storage URI to store agent evals,"
" supported URIs: gs://<bucket name>."
),
default=None,
)
@adk_services_options()
@deprecated_adk_services_options()
@click.argument(