Skip to content

Commit 17c689a

Browse files
chore(release): v0.4.5
1 parent 385bd7b commit 17c689a

File tree

4 files changed

+32
-25
lines changed

4 files changed

+32
-25
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Changelog
44

5+
## [0.4.5] - 2025-12-21
6+
7+
### Added
8+
9+
- Release 0.4.5
10+
511
## [0.4.3] - 2025-12-21
612

713
### Added

docs/commands.md

Lines changed: 23 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.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+
```
5151
Usage: cloudsqlctl install [options]
5252
5353
Download and install Cloud SQL Proxy
@@ -59,7 +59,7 @@ Options:
5959

6060
### update
6161

62-
```text
62+
```
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-
```text
73+
```
7474
Usage: cloudsqlctl select [options]
7575
7676
Select a Cloud SQL instance
@@ -81,7 +81,7 @@ Options:
8181

8282
### list
8383

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

9494
### connect
9595

96-
```text
96+
```
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-
```text
111+
```
112112
Usage: cloudsqlctl start [options]
113113
114114
Start the Cloud SQL Proxy
@@ -120,7 +120,7 @@ Options:
120120

121121
### stop
122122

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

132132
### status
133133

134-
```text
134+
```
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-
```text
145+
```
146146
Usage: cloudsqlctl logs [options]
147147
148148
View the tail of the proxy logs
@@ -154,7 +154,7 @@ Options:
154154

155155
### doctor
156156

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

166166
### reset
167167

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

178178
### env
179179

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

193193
### service
194194

195-
```text
195+
```
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-
```text
215+
```
216216
Usage: cloudsqlctl ps1 [options] [command]
217217
218218
Manage PowerShell scripts
@@ -227,7 +227,7 @@ Commands:
227227

228228
### repair
229229

230-
```text
230+
```
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-
```text
241+
```
242242
Usage: cloudsqlctl check [options]
243243
244244
Verify full system configuration
@@ -250,7 +250,7 @@ Options:
250250

251251
### gcloud
252252

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

267267
### auth
268268

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

286286
### setup
287287

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

297297
### paths
298298

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

308308
### upgrade
309309

310-
```text
310+
```
311311
Usage: cloudsqlctl upgrade [options]
312312
313313
Upgrade 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+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudsqlctl",
3-
"version": "0.4.3",
3+
"version": "0.4.5",
44
"description": "Windows-native CLI tool that installs, updates, and manages Google Cloud SQL Auth Proxy via gcloud CLI.",
55
"main": "dist/cli.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)