Skip to content
Closed
Changes from all commits
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
17 changes: 1 addition & 16 deletions src/google/adk/cli/cli_tools_click.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,22 +854,7 @@ def cli_deploy_agent_engine(
):
"""Deploys an agent to Agent Engine.

Args:
agent (str): Required. The path to the agent to be deloyed.
project (str): Required. Google Cloud project to deploy the agent.
region (str): Required. Google Cloud region to deploy the agent.
staging_bucket (str): Required. GCS bucket for staging the deployment
artifacts.
trace_to_cloud (bool): Required. Whether to enable Cloud Trace.
adk_app (str): Required. Python file for defining the ADK application.
temp_folder (str): Required. The folder for the generated Agent Engine
files. If the folder already exists, its contents will be replaced.
env_file (str): Required. The filepath to the `.env` file for environment
variables. If it is an empty string, the `.env` file in the `agent`
directory will be used if it exists.
requirements_file (str): Required. The filepath to the `requirements.txt`
file to use. If it is an empty string, the `requirements.txt` file in the
`agent` directory will be used if exists.
AGENT: The path to the agent source code folder.

Example:

Expand Down