Skip to content

Commit f6fc3cc

Browse files
docs(p1): sync README commands and release notes (#42)
1 parent 1acadcd commit f6fc3cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ For a complete reference of all commands and options, see the [Command Reference
5151
| `auth` | Manage authentication (Login, ADC, Service Accounts). |
5252
| `install` | Download and install the Cloud SQL Proxy binary. |
5353
| `update` | Update the Cloud SQL Proxy binary to the latest version. |
54+
| `upgrade` | Upgrade cloudsqlctl to the latest version. |
5455
| `list` | List available Cloud SQL instances. |
5556
| `select` | Interactively select a Cloud SQL instance to proxy. |
5657
| `connect` | Connect to a specific instance directly. |
@@ -60,8 +61,13 @@ For a complete reference of all commands and options, see the [Command Reference
6061
| `env` | Manage environment variables (User/Machine scope). |
6162
| `gcloud` | Manage Google Cloud CLI (install portable version). |
6263
| `status` | Check if the proxy is running and view details. |
64+
| `paths` | Show resolved paths and configuration locations. |
6365
| `logs` | View the tail of the proxy logs. |
6466
| `doctor` | Run diagnostics to verify environment setup. |
67+
| `check` | Verify full system configuration. |
68+
| `repair` | Self-heal missing or corrupted files/config. |
69+
| `ps1` | Manage PowerShell scripts. |
70+
| `support` | Create a support bundle zip for troubleshooting. |
6571
| `reset` | Reset configuration and remove local files. |
6672

6773
### Authentication Modes
@@ -146,6 +152,8 @@ This project uses GitHub Actions for automated releases.
146152
1. Tag a new version: `git tag v0.3.0`
147153
2. Push the tag: `git push origin v0.3.0`
148154
3. The workflow will build, test, sign (if configured), and publish artifacts to the [Releases](https://github.com/Kinin-Code-Offical/cloudsqlctl/releases) page.
155+
4. If a rerun is needed, use the Release workflow `workflow_dispatch` with the tag input.
156+
5. NPM publish runs on release publication (requires `NPM_TOKEN` secret).
149157

150158
## Troubleshooting
151159

0 commit comments

Comments
 (0)