Skip to content

Commit 0dfe61a

Browse files
chore(p1): update docs for support command
1 parent ce9a9ee commit 0dfe61a

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/commands.md

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

3-
**Version:** 0.4.13
4-
**Generated:** 2025-12-21
3+
**Version:** 0.4.14
4+
**Generated:** 2025-12-22
55

66
## Overview
77

@@ -40,6 +40,7 @@ Commands:
4040
paths Show resolved system paths and configuration
4141
locations
4242
upgrade [options] Upgrade cloudsqlctl to the latest version
43+
support Support utilities
4344
help [command] display help for command
4445
```
4546

@@ -328,3 +329,19 @@ Options:
328329
--json Output status in JSON format
329330
-h, --help display help for command
330331
```
332+
333+
### support
334+
335+
```text
336+
Usage: cloudsqlctl support [options] [command]
337+
338+
Support utilities
339+
340+
Options:
341+
-h, --help display help for command
342+
343+
Commands:
344+
bundle [options] Create a support bundle zip with logs, config, doctor,
345+
paths, and status
346+
help [command] display help for command
347+
```

tools/generate-docs.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ async function generateDocs() {
6868
'setup',
6969
'paths',
7070
'upgrade',
71+
'support',
7172
];
7273

7374
content += `## Commands\n\n`;

0 commit comments

Comments
 (0)