You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`gcloud`| Manage Google Cloud CLI (install portable version). |
62
63
|`status`| Check if the proxy is running and view details. |
64
+
|`paths`| Show resolved paths and configuration locations. |
63
65
|`logs`| View the tail of the proxy logs. |
64
66
|`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. |
65
71
|`reset`| Reset configuration and remove local files. |
66
72
67
73
### Authentication Modes
@@ -146,6 +152,8 @@ This project uses GitHub Actions for automated releases.
146
152
1. Tag a new version: `git tag v0.3.0`
147
153
2. Push the tag: `git push origin v0.3.0`
148
154
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).
0 commit comments