Skip to content

Commit 484827c

Browse files
jpoehneltgithub-actions[bot]
authored andcommitted
chore: regenerate skills from Discovery API
1 parent a3768d0 commit 484827c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/sync-skills.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@googleworkspace/cli": patch
3+
---
4+
5+
Sync generated skills with latest Google Discovery API specs

skills/gws-sheets-append/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gws sheets +append --spreadsheet <ID>
3030
| `--spreadsheet` ||| Spreadsheet ID |
3131
| `--values` ||| Comma-separated values (simple strings) |
3232
| `--json-values` ||| JSON array of rows, e.g. '[["a","b"],["c","d"]]' |
33-
| `--range` || `A1` | Target range in A1 notation (e.g. 'Sheet2!A1') to select a specific tab |
33+
| `--range` || | Target range in A1 notation (e.g. 'Sheet2!A1'). Defaults to 'A1' (first sheet) |
3434

3535
## Examples
3636

@@ -44,7 +44,7 @@ gws sheets +append --spreadsheet ID --range "Sheet2!A1" --values 'Alice,100'
4444

4545
- Use --values for simple single-row appends.
4646
- Use --json-values for bulk multi-row inserts.
47-
- Use --range to append to a specific sheet tab (default: A1, i.e. first sheet).
47+
- Use --range to target a specific sheet tab (default: A1, i.e. first sheet).
4848

4949
> [!CAUTION]
5050
> This is a **write** command — confirm with the user before executing.

0 commit comments

Comments
 (0)