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
Copy file name to clipboardExpand all lines: docs/commands.generated.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -600,6 +600,8 @@ Generated from `gog schema --json`.
600
600
-[`gog slides (slide) read-slide <presentationId> <slideId>`](commands/gog-slides-read-slide.md) - Read slide content: speaker notes, text elements, and images
601
601
-[`gog slides (slide) replace-slide <presentationId> <slideId> [<image>] [flags]`](commands/gog-slides-replace-slide.md) - Replace an existing slide image from a local file or public URL
602
602
-[`gog slides (slide) replace-text <presentationId> <find> <replacement> [flags]`](commands/gog-slides-replace-text.md) - Find-and-replace text across a presentation
-[`gog slides (slide) table create (add) --rows=INT-64 --cols=INT-64 --width=FLOAT-64 --height=FLOAT-64 <presentationId> <slideId> [flags]`](commands/gog-slides-table-create.md) - Create a native table on a slide
603
605
-[`gog slides (slide) thumbnail (thumb) <presentationId> <slideId> [flags]`](commands/gog-slides-thumbnail.md) - Get or download a rendered thumbnail for a slide
604
606
-[`gog slides (slide) update-notes <presentationId> <slideId> [flags]`](commands/gog-slides-update-notes.md) - Update speaker notes on an existing slide
605
607
-[`gog status (st) [flags]`](commands/gog-status.md) - Show auth/config status (alias for 'auth status')
Copy file name to clipboardExpand all lines: docs/commands/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Every `gog` command has a generated docs page. The source of truth is the live CLI schema; run `make docs-commands` after changing command names, flags, help text, aliases, or arguments.
4
4
5
-
Generated pages: 646.
5
+
Generated pages: 648.
6
6
7
7
## Top-level Commands
8
8
@@ -651,6 +651,8 @@ Generated pages: 646.
651
651
-[gog slides read-slide](gog-slides-read-slide.md) - Read slide content: speaker notes, text elements, and images
652
652
-[gog slides replace-slide](gog-slides-replace-slide.md) - Replace an existing slide image from a local file or public URL
653
653
-[gog slides replace-text](gog-slides-replace-text.md) - Find-and-replace text across a presentation
654
+
-[gog slides table](gog-slides-table.md) - Create and update native tables
655
+
-[gog slides table create](gog-slides-table-create.md) - Create a native table on a slide
654
656
-[gog slides thumbnail](gog-slides-thumbnail.md) - Get or download a rendered thumbnail for a slide
655
657
-[gog slides update-notes](gog-slides-update-notes.md) - Update speaker notes on an existing slide
656
658
-[gog status](gog-status.md) - Show auth/config status (alias for 'auth status')
|`-p`<br>`--plain`<br>`--tsv`|`bool`| false | Output stable, parseable text to stdout (TSV; no colors) |
37
38
|`--replace`|`bool`|| Clear existing text in the element before inserting (emits DeleteText + InsertText in the same batch) |
38
39
|`--results-only`|`bool`|| In JSON mode, emit only the primary result (drops envelope fields like nextPageToken) |
40
+
|`--row`|`*int64`|| 0-based table row index for cell-targeted text; requires --col |
39
41
|`--select`<br>`--pick`<br>`--project`|`string`|| In JSON mode, select comma-separated fields (best-effort; supports dot paths). Desire path: use --fields for most commands. |
|`-h`<br>`--help`|`kong.helpFlag`|| Show context-sensitive help. |
34
+
|`--home`|`string`|| Override gogcli config/data/state/cache root (equivalent to GOG_HOME) |
35
+
|`-j`<br>`--json`<br>`--machine`|`bool`| false | Output JSON to stdout (best for scripting) |
36
+
|`--no-input`<br>`--non-interactive`<br>`--noninteractive`|`bool`|| Never prompt; fail instead (useful for CI) |
37
+
|`--object-id`|`string`|| Optional table object ID to assign |
38
+
|`-p`<br>`--plain`<br>`--tsv`|`bool`| false | Output stable, parseable text to stdout (TSV; no colors) |
39
+
|`--results-only`|`bool`|| In JSON mode, emit only the primary result (drops envelope fields like nextPageToken) |
40
+
|`--rows`|`int64`|| Number of table rows (>=1) |
41
+
|`--select`<br>`--pick`<br>`--project`|`string`|| In JSON mode, select comma-separated fields (best-effort; supports dot paths). Desire path: use --fields for most commands. |
42
+
|`--unit`|`string`| PT | Measurement unit for x/y/width/height (PT or EMU) |
|`-h`<br>`--help`|`kong.helpFlag`|| Show context-sensitive help. |
36
+
|`--home`|`string`|| Override gogcli config/data/state/cache root (equivalent to GOG_HOME) |
37
+
|`-j`<br>`--json`<br>`--machine`|`bool`| false | Output JSON to stdout (best for scripting) |
38
+
|`--no-input`<br>`--non-interactive`<br>`--noninteractive`|`bool`|| Never prompt; fail instead (useful for CI) |
39
+
|`-p`<br>`--plain`<br>`--tsv`|`bool`| false | Output stable, parseable text to stdout (TSV; no colors) |
40
+
|`--results-only`|`bool`|| In JSON mode, emit only the primary result (drops envelope fields like nextPageToken) |
41
+
|`--select`<br>`--pick`<br>`--project`|`string`|| In JSON mode, select comma-separated fields (best-effort; supports dot paths). Desire path: use --fields for most commands. |
0 commit comments