Skip to content

Commit 7036b9b

Browse files
chore(release): v0.4.6
1 parent 1654a40 commit 7036b9b

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@
8080
- **Build**: Resolved duplicate exports in service module.
8181
- **Types**: Fixed TypeScript errors in self-heal and service commands.
8282
- **Linting**: Corrected Markdown formatting issues.
83-

artifacts/SHA256SUMS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
f04724f7b671ff9ead35e24ac00bc85c6240211cfe78e547f659bd5937dcc6dc cloudsqlctl-setup.exe
2-
1d73f7490fd132a32f0062cf775fa304185170e4391c17136dcf98eae3e58225 cloudsqlctl.exe
1+
3a6495db2a57e1a0d1adeac47833a2047791d386a4c1de40c7d9993d160d4ef5 cloudsqlctl-setup.exe
2+
21e69b5d32eb0dda3b32a2e45507c05fcaf22b02e89a83daf4e4c9439fd9dddf cloudsqlctl.exe

docs/commands.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloud SQL Proxy CLI Reference
22

3-
**Version:** 0.4.5
3+
**Version:** 0.4.6
44
**Generated:** 2025-12-21
55

66
## Overview
@@ -47,7 +47,7 @@ Commands:
4747

4848
### install
4949

50-
```
50+
```text
5151
Usage: cloudsqlctl install [options]
5252
5353
Download and install Cloud SQL Proxy
@@ -59,7 +59,7 @@ Options:
5959

6060
### update
6161

62-
```
62+
```text
6363
Usage: cloudsqlctl update [options]
6464
6565
Update Cloud SQL Proxy to the latest version
@@ -70,7 +70,7 @@ Options:
7070

7171
### select
7272

73-
```
73+
```text
7474
Usage: cloudsqlctl select [options]
7575
7676
Select a Cloud SQL instance
@@ -81,7 +81,7 @@ Options:
8181

8282
### list
8383

84-
```
84+
```text
8585
Usage: cloudsqlctl list [options]
8686
8787
List available Cloud SQL instances
@@ -93,7 +93,7 @@ Options:
9393

9494
### connect
9595

96-
```
96+
```text
9797
Usage: cloudsqlctl connect [options] <instance>
9898
9999
Connect to a specific Cloud SQL instance
@@ -108,7 +108,7 @@ Options:
108108

109109
### start
110110

111-
```
111+
```text
112112
Usage: cloudsqlctl start [options]
113113
114114
Start the Cloud SQL Proxy
@@ -120,7 +120,7 @@ Options:
120120

121121
### stop
122122

123-
```
123+
```text
124124
Usage: cloudsqlctl stop [options]
125125
126126
Stop the Cloud SQL Proxy or Service
@@ -131,7 +131,7 @@ Options:
131131

132132
### status
133133

134-
```
134+
```text
135135
Usage: cloudsqlctl status [options]
136136
137137
Check the status of the Cloud SQL Proxy and Service
@@ -142,7 +142,7 @@ Options:
142142

143143
### logs
144144

145-
```
145+
```text
146146
Usage: cloudsqlctl logs [options]
147147
148148
View the tail of the proxy logs
@@ -154,7 +154,7 @@ Options:
154154

155155
### doctor
156156

157-
```
157+
```text
158158
Usage: cloudsqlctl doctor [options]
159159
160160
Run diagnostics to verify environment setup
@@ -165,7 +165,7 @@ Options:
165165

166166
### reset
167167

168-
```
168+
```text
169169
Usage: cloudsqlctl reset [options]
170170
171171
Reset configuration and remove local files
@@ -177,7 +177,7 @@ Options:
177177

178178
### env
179179

180-
```
180+
```text
181181
Usage: cloudsqlctl env [options] [command]
182182
183183
Manage environment variables
@@ -192,7 +192,7 @@ Commands:
192192

193193
### service
194194

195-
```
195+
```text
196196
Usage: cloudsqlctl service [options] [command]
197197
198198
Manage the Cloud SQL Proxy Windows Service (Requires Admin)
@@ -212,7 +212,7 @@ Commands:
212212

213213
### ps1
214214

215-
```
215+
```text
216216
Usage: cloudsqlctl ps1 [options] [command]
217217
218218
Manage PowerShell scripts
@@ -227,7 +227,7 @@ Commands:
227227

228228
### repair
229229

230-
```
230+
```text
231231
Usage: cloudsqlctl repair [options]
232232
233233
Self-heal missing or corrupted files and configurations
@@ -238,7 +238,7 @@ Options:
238238

239239
### check
240240

241-
```
241+
```text
242242
Usage: cloudsqlctl check [options]
243243
244244
Verify full system configuration
@@ -250,7 +250,7 @@ Options:
250250

251251
### gcloud
252252

253-
```
253+
```text
254254
Usage: cloudsqlctl gcloud [options] [command]
255255
256256
Manage Google Cloud CLI
@@ -266,7 +266,7 @@ Commands:
266266

267267
### auth
268268

269-
```
269+
```text
270270
Usage: cloudsqlctl auth [options] [command]
271271
272272
Manage authentication and credentials
@@ -285,7 +285,7 @@ Commands:
285285

286286
### setup
287287

288-
```
288+
```text
289289
Usage: cloudsqlctl setup [options]
290290
291291
Interactive setup wizard
@@ -296,7 +296,7 @@ Options:
296296

297297
### paths
298298

299-
```
299+
```text
300300
Usage: cloudsqlctl paths [options]
301301
302302
Show resolved system paths and configuration locations
@@ -307,7 +307,7 @@ Options:
307307

308308
### upgrade
309309

310-
```
310+
```text
311311
Usage: cloudsqlctl upgrade [options]
312312
313313
Upgrade cloudsqlctl to the latest version

0 commit comments

Comments
 (0)