You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy/agent-runtime/deploy.md
+11-25Lines changed: 11 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,12 +184,12 @@ For `region`, you can find a list of the supported regions on the
184
184
185
185
To learn about the CLI options for the `adkgo deploy agentengine` command you can run `adkgo help deploy agentengine` which will display available options.
186
186
The most important are:
187
-
```
188
-
-e, --entry_point_path string Path to an entry point (go 'main')
189
-
-s, --name string Agent Engine name
190
-
-p, --project_name string GCP Project Name
191
-
-r, --region string GCP Region
192
-
-d, --source_dir string Directory to archive, defaults to current working directory
187
+
```shell
188
+
-e, --entry_point_path string Path to an entry point (go 'main')
189
+
-s, --name string Agent Engine name
190
+
-p, --project_name string GCP Project Name
191
+
-r, --region string GCP Region
192
+
-d, --source_dir string Directory to archive, defaults to current working directory
193
193
```
194
194
195
195
@@ -210,26 +210,12 @@ Once successfully deployed, you should see the following output:
0 commit comments