Skip to content

Commit 3d3bb0b

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

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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-events/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ gws events <resource> <method> [flags]
3838

3939
### subscriptions
4040

41-
- `create` — Creates a Google Workspace subscription. To learn how to use this method, see [Create a Google Workspace subscription](https://developers.google.com/workspace/events/guides/create-subscription).
41+
- `create` — Creates a Google Workspace subscription. To learn how to use this method, see [Create a Google Workspace subscription](https://developers.google.com/workspace/events/guides/create-subscription). For a subscription on a [Chat target resource](https://developers.google.com/workspace/events/guides/events-chat), you can create a subscription as: - A Chat app by specifying an authorization scope that begins with `chat.app` and getting one-time administrator approval.
4242
- `delete` — Deletes a Google Workspace subscription. To learn how to use this method, see [Delete a Google Workspace subscription](https://developers.google.com/workspace/events/guides/delete-subscription).
4343
- `get` — Gets details about a Google Workspace subscription. To learn how to use this method, see [Get details about a Google Workspace subscription](https://developers.google.com/workspace/events/guides/get-subscription).
4444
- `list` — Lists Google Workspace subscriptions. To learn how to use this method, see [List Google Workspace subscriptions](https://developers.google.com/workspace/events/guides/list-subscriptions).
45-
- `patch` — Updates or renews a Google Workspace subscription. To learn how to use this method, see [Update or renew a Google Workspace subscription](https://developers.google.com/workspace/events/guides/update-subscription).
45+
- `patch` — Updates or renews a Google Workspace subscription. To learn how to use this method, see [Update or renew a Google Workspace subscription](https://developers.google.com/workspace/events/guides/update-subscription). For a subscription on a [Chat target resource](https://developers.google.com/workspace/events/guides/events-chat), you can update a subscription as: - A Chat app by specifying an authorization scope that begins with `chat.app` and getting one-time administrator approval.
4646
- `reactivate` — Reactivates a suspended Google Workspace subscription. This method resets your subscription's `State` field to `ACTIVE`. Before you use this method, you must fix the error that suspended the subscription. This method will ignore or reject any subscription that isn't currently in a suspended state. To learn how to use this method, see [Reactivate a Google Workspace subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription).
4747

4848
### tasks

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)