We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42eeaef commit b7455dbCopy full SHA for b7455db
src/google/adk/cli/cli_tools_click.py
@@ -1494,7 +1494,7 @@ def cli_api_server(
1494
"cloud_run",
1495
context_settings={
1496
"allow_extra_args": True,
1497
- "allow_interspersed_args": False,
+ "allow_interspersed_args": True,
1498
},
1499
)
1500
@click.option(
@@ -2167,4 +2167,4 @@ def cli_deploy_gke(
2167
use_local_storage=use_local_storage,
2168
2169
except Exception as e:
2170
- click.secho(f"Deploy failed: {e}", fg="red", err=True)
+ click.secho(f"Deploy failed: {e}", fg="red", err=True)
0 commit comments