Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/google/adk/cli/cli_tools_click.py
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ def cli_api_server(
"cloud_run",
context_settings={
"allow_extra_args": True,
"allow_interspersed_args": False,
"allow_interspersed_args": True,
},
)
@click.option(
Expand Down Expand Up @@ -2167,4 +2167,4 @@ def cli_deploy_gke(
use_local_storage=use_local_storage,
)
except Exception as e:
click.secho(f"Deploy failed: {e}", fg="red", err=True)
click.secho(f"Deploy failed: {e}", fg="red", err=True)