11# Cloud SQL Proxy CLI Reference
22
3- ** Version:** 0.4.3
3+ ** Version:** 0.4.5
44** Generated:** 2025-12-21
55
66## Overview
@@ -47,7 +47,7 @@ Commands:
4747
4848### install
4949
50- ``` text
50+ ```
5151Usage: cloudsqlctl install [options]
5252
5353Download and install Cloud SQL Proxy
@@ -59,7 +59,7 @@ Options:
5959
6060### update
6161
62- ``` text
62+ ```
6363Usage: cloudsqlctl update [options]
6464
6565Update Cloud SQL Proxy to the latest version
@@ -70,7 +70,7 @@ Options:
7070
7171### select
7272
73- ``` text
73+ ```
7474Usage: cloudsqlctl select [options]
7575
7676Select a Cloud SQL instance
@@ -81,7 +81,7 @@ Options:
8181
8282### list
8383
84- ``` text
84+ ```
8585Usage: cloudsqlctl list [options]
8686
8787List available Cloud SQL instances
@@ -93,7 +93,7 @@ Options:
9393
9494### connect
9595
96- ``` text
96+ ```
9797Usage: cloudsqlctl connect [options] <instance>
9898
9999Connect to a specific Cloud SQL instance
@@ -108,7 +108,7 @@ Options:
108108
109109### start
110110
111- ``` text
111+ ```
112112Usage: cloudsqlctl start [options]
113113
114114Start the Cloud SQL Proxy
@@ -120,7 +120,7 @@ Options:
120120
121121### stop
122122
123- ``` text
123+ ```
124124Usage: cloudsqlctl stop [options]
125125
126126Stop the Cloud SQL Proxy or Service
@@ -131,7 +131,7 @@ Options:
131131
132132### status
133133
134- ``` text
134+ ```
135135Usage: cloudsqlctl status [options]
136136
137137Check the status of the Cloud SQL Proxy and Service
@@ -142,7 +142,7 @@ Options:
142142
143143### logs
144144
145- ``` text
145+ ```
146146Usage: cloudsqlctl logs [options]
147147
148148View the tail of the proxy logs
@@ -154,7 +154,7 @@ Options:
154154
155155### doctor
156156
157- ``` text
157+ ```
158158Usage: cloudsqlctl doctor [options]
159159
160160Run diagnostics to verify environment setup
@@ -165,7 +165,7 @@ Options:
165165
166166### reset
167167
168- ``` text
168+ ```
169169Usage: cloudsqlctl reset [options]
170170
171171Reset configuration and remove local files
@@ -177,7 +177,7 @@ Options:
177177
178178### env
179179
180- ``` text
180+ ```
181181Usage: cloudsqlctl env [options] [command]
182182
183183Manage environment variables
@@ -192,7 +192,7 @@ Commands:
192192
193193### service
194194
195- ``` text
195+ ```
196196Usage: cloudsqlctl service [options] [command]
197197
198198Manage the Cloud SQL Proxy Windows Service (Requires Admin)
@@ -212,7 +212,7 @@ Commands:
212212
213213### ps1
214214
215- ``` text
215+ ```
216216Usage: cloudsqlctl ps1 [options] [command]
217217
218218Manage PowerShell scripts
@@ -227,7 +227,7 @@ Commands:
227227
228228### repair
229229
230- ``` text
230+ ```
231231Usage: cloudsqlctl repair [options]
232232
233233Self-heal missing or corrupted files and configurations
@@ -238,7 +238,7 @@ Options:
238238
239239### check
240240
241- ``` text
241+ ```
242242Usage: cloudsqlctl check [options]
243243
244244Verify full system configuration
@@ -250,7 +250,7 @@ Options:
250250
251251### gcloud
252252
253- ``` text
253+ ```
254254Usage: cloudsqlctl gcloud [options] [command]
255255
256256Manage Google Cloud CLI
@@ -266,7 +266,7 @@ Commands:
266266
267267### auth
268268
269- ``` text
269+ ```
270270Usage: cloudsqlctl auth [options] [command]
271271
272272Manage authentication and credentials
@@ -285,7 +285,7 @@ Commands:
285285
286286### setup
287287
288- ``` text
288+ ```
289289Usage: cloudsqlctl setup [options]
290290
291291Interactive setup wizard
@@ -296,7 +296,7 @@ Options:
296296
297297### paths
298298
299- ``` text
299+ ```
300300Usage: cloudsqlctl paths [options]
301301
302302Show resolved system paths and configuration locations
@@ -307,7 +307,7 @@ Options:
307307
308308### upgrade
309309
310- ``` text
310+ ```
311311Usage: cloudsqlctl upgrade [options]
312312
313313Upgrade cloudsqlctl to the latest version
@@ -325,3 +325,4 @@ Options:
325325 --json Output status in JSON format
326326 -h, --help display help for command
327327```
328+
0 commit comments