Skip to content

Commit b91cef3

Browse files
chore: update docs, dependencies, and scripts
1 parent 8107786 commit b91cef3

File tree

12 files changed

+1911
-998
lines changed

12 files changed

+1911
-998
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## [0.3.5] - 2025-12-21
24

35
### Added
@@ -16,8 +18,6 @@
1618

1719
- Release 0.3.1
1820

19-
# Changelog
20-
2121
## [0.3.0] - 2025-12-21
2222

2323
### Added

artifacts/SHA256SUMS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
16e6b2a9dea0b08b32f42502b4826dd51a0f62725abe1cbf03709d94ed67e70a cloudsqlctl-setup.exe
2-
2af60e5abe3d63aa5fe41bf70b685d7985ad08e43046192fe11ad45ccca06228 cloudsqlctl.exe
1+
d3c39afdc279ddcf62ffdb2908634decb95f23572205ee7b906b17071962faba cloudsqlctl-setup.exe
2+
5a4f79e60c2f20a25061448fc137fa32b93a4bd011dff693ca5790702318b762 cloudsqlctl.exe

bin/cloudsqlctl.exe

0 Bytes
Binary file not shown.

docs/Configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ cloudsqlctl setup
1212

1313
This wizard will guide you through:
1414

15-
1. **Checking Prerequisites**: Verifies `gcloud` is installed.
16-
2. **Authentication**: Helps you login to Google Cloud (`gcloud auth login`) and set up Application Default Credentials (`gcloud auth application-default login`).
17-
3. **Project Selection**: Lets you select the active Google Cloud project.
18-
4. **Proxy Installation**: Downloads the Cloud SQL Auth Proxy binary if it's missing.
15+
1. **Checking Prerequisites**: Verifies `gcloud` is installed.
16+
2. **Authentication**: Helps you login to Google Cloud (`gcloud auth login`) and set up Application Default Credentials (`gcloud auth application-default login`).
17+
3. **Project Selection**: Lets you select the active Google Cloud project.
18+
4. **Proxy Installation**: Downloads the Cloud SQL Auth Proxy binary if it's missing.
1919

2020
## Manual Configuration
2121

docs/Installation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
### Option 1: Installer (Recommended)
1212

13-
1. Go to the [Releases](https://github.com/Kinin-Code-Offical/cloudsqlctl/releases) page.
14-
2. Download the latest `cloudsqlctl-setup.exe`.
15-
3. Run the installer and follow the on-screen instructions.
16-
4. The installer will automatically add `cloudsqlctl` to your system PATH.
13+
1. Go to the [Releases](https://github.com/Kinin-Code-Offical/cloudsqlctl/releases) page.
14+
2. Download the latest `cloudsqlctl-setup.exe`.
15+
3. Run the installer and follow the on-screen instructions.
16+
4. The installer will automatically add `cloudsqlctl` to your system PATH.
1717

1818
### Option 2: Standalone Binary
1919

20-
1. Go to the [Releases](https://github.com/Kinin-Code-Offical/cloudsqlctl/releases) page.
21-
2. Download `cloudsqlctl.exe`.
22-
3. Place it in a folder of your choice (e.g., `C:\Tools\cloudsqlctl`).
23-
4. Add that folder to your system PATH environment variable.
20+
1. Go to the [Releases](https://github.com/Kinin-Code-Offical/cloudsqlctl/releases) page.
21+
2. Download `cloudsqlctl.exe`.
22+
3. Place it in a folder of your choice (e.g., `C:\Tools\cloudsqlctl`).
23+
4. Add that folder to your system PATH environment variable.
2424

2525
## Verification
2626

docs/Troubleshooting.md

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,39 @@ Or manually: `gcloud auth application-default login`
3939

4040
**Solution**:
4141

42-
1. Check your active project:
43-
```powershell
44-
gcloud config get-value project
45-
```
46-
2. Switch projects if necessary:
47-
```powershell
48-
cloudsqlctl setup
49-
# OR
50-
gcloud config set project <PROJECT_ID>
51-
```
52-
3. Ensure your user has the `Cloud SQL Client` role.
42+
1. Check your active project:
43+
44+
```powershell
45+
gcloud config get-value project
46+
```
47+
48+
2. Switch projects if necessary:
49+
50+
```powershell
51+
cloudsqlctl setup
52+
# OR
53+
gcloud config set project <PROJECT_ID>
54+
```
55+
56+
3. Ensure your user has the `Cloud SQL Client` role.
5357

5458
### Proxy fails to start
5559

5660
**Cause**: Port conflicts (default 5432 for Postgres, 3306 for MySQL) or invalid configuration.
5761

5862
**Solution**:
5963

60-
1. Check the logs for detailed error messages:
61-
```powershell
62-
cloudsqlctl logs
63-
```
64-
2. Try running the proxy in the foreground to see immediate output:
65-
```powershell
66-
cloudsqlctl start --foreground
67-
```
64+
1. Check the logs for detailed error messages:
65+
66+
```powershell
67+
cloudsqlctl logs
68+
```
69+
70+
2. Try running the proxy in the foreground to see immediate output:
71+
72+
```powershell
73+
cloudsqlctl start --foreground
74+
```
6875

6976
## Resetting Configuration
7077

docs/commands.md

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

3-
**Version:** 0.3.5
3+
**Version:** 0.3.56
44
**Generated:** 2025-12-21
55

66
## Overview

0 commit comments

Comments
 (0)