|
| 1 | +# `gog slides style-text` |
| 2 | + |
| 3 | +> Generated from `gog schema --json`. Do not edit this page by hand; run `make docs-commands`. |
| 4 | +
|
| 5 | +Apply range-scoped text styling to one page element |
| 6 | + |
| 7 | +## Usage |
| 8 | + |
| 9 | +```bash |
| 10 | +gog slides (slide) style-text --range=STRING <presentationId> <objectId> [flags] |
| 11 | +``` |
| 12 | + |
| 13 | +## Parent |
| 14 | + |
| 15 | +- [gog slides](gog-slides.md) |
| 16 | + |
| 17 | +## Flags |
| 18 | + |
| 19 | +| Flag | Type | Default | Help | |
| 20 | +| --- | --- | --- | --- | |
| 21 | +| `--access-token` | `string` | | Use provided access token directly (bypasses stored refresh tokens; token expires in ~1h) | |
| 22 | +| `-a`<br>`--account`<br>`--acct` | `string` | | Account email, alias, or auto for authenticated Google API commands | |
| 23 | +| `--bold` | `bool` | | Set bold | |
| 24 | +| `--client` | `string` | | OAuth client name (selects stored credentials + token bucket) | |
| 25 | +| `--color` | `string` | auto | Color output: auto\|always\|never | |
| 26 | +| `--disable-commands` | `string` | | Comma-separated list of disabled commands; dot paths allowed | |
| 27 | +| `-n`<br>`--dry-run`<br>`--dryrun`<br>`--noop`<br>`--preview` | `bool` | | Do not make changes; print intended actions and exit successfully | |
| 28 | +| `--enable-commands` | `string` | | Comma-separated list of enabled command prefixes; dot paths allowed (restricts CLI) | |
| 29 | +| `--enable-commands-exact` | `string` | | Comma-separated list of exact enabled commands; dot paths allowed and parent commands do not enable children | |
| 30 | +| `--font` | `string` | | Font family, for example Arial or Georgia | |
| 31 | +| `-y`<br>`--force`<br>`--assume-yes`<br>`--yes` | `bool` | | Skip confirmations for destructive commands | |
| 32 | +| `--gmail-no-send` | `bool` | false | Block Gmail send operations (agent safety) | |
| 33 | +| `-h`<br>`--help` | `kong.helpFlag` | | Show context-sensitive help. | |
| 34 | +| `--home` | `string` | | Override gogcli config/data/state/cache root (equivalent to GOG_HOME) | |
| 35 | +| `--italic` | `bool` | | Set italic | |
| 36 | +| `-j`<br>`--json`<br>`--machine` | `bool` | false | Output JSON to stdout (best for scripting) | |
| 37 | +| `--no-bold` | `bool` | | Clear bold | |
| 38 | +| `--no-input`<br>`--non-interactive`<br>`--noninteractive` | `bool` | | Never prompt; fail instead (useful for CI) | |
| 39 | +| `--no-italic` | `bool` | | Clear italic | |
| 40 | +| `--no-underline` | `bool` | | Clear underline | |
| 41 | +| `-p`<br>`--plain`<br>`--tsv` | `bool` | false | Output stable, parseable text to stdout (TSV; no colors) | |
| 42 | +| `--range` | `string` | | UTF-16 text range as start:end | |
| 43 | +| `--results-only` | `bool` | | In JSON mode, emit only the primary result (drops envelope fields like nextPageToken) | |
| 44 | +| `--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. | |
| 45 | +| `--size` | `float64` | | Font size in points | |
| 46 | +| `--text-color` | `string` | | Text color as #RRGGBB or #RGB | |
| 47 | +| `--underline` | `bool` | | Set underline | |
| 48 | +| `-v`<br>`--verbose` | `bool` | | Enable verbose logging | |
| 49 | +| `--version` | `kong.VersionFlag` | | Print version and exit | |
| 50 | +| `--wrap-untrusted` | `bool` | false | In JSON/raw output, wrap fetched text fields in external untrusted-content markers | |
| 51 | + |
| 52 | +## See Also |
| 53 | + |
| 54 | +- [gog slides](gog-slides.md) |
| 55 | +- [Command index](README.md) |
0 commit comments