Adds Google Sheets table list/get/create/delete commands, local table column type validation, generated command docs, and a dedicated Sheets tables docs page.\n\nCo-authored-by: Pedro Henrique Gomes Venturott <27008096+Pedrohgv@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| commands | ||
| refactor | ||
| auth-clients.md | ||
| backup.md | ||
| CNAME | ||
| commands.generated.md | ||
| contacts-json-update.md | ||
| dates.md | ||
| email-tracking-worker.md | ||
| email-tracking.md | ||
| gmail-autoreply.md | ||
| index.html | ||
| raw-audit.md | ||
| README.md | ||
| RELEASING.md | ||
| safety-profiles.md | ||
| sedmat.md | ||
| sheets-tables.md | ||
| slides-markdown.md | ||
| slides-template-replacement.md | ||
| spec.md | ||
| watch.md | ||
gog Docs
gog is a single CLI for Google Workspace automation: Gmail, Calendar, Drive,
Docs, Sheets, Slides, Contacts, Tasks, People, Forms, Apps Script, Groups, Admin,
Keep, and related agent workflows.
Start Here
- Install and authenticate from the repository README.
- Read Auth Clients when setting up OAuth clients, service accounts, or Workspace domain-wide delegation.
- Read Command Guards and Baked Safety Profiles when
running
gogfrom agents or automation. - Read Sheets Tables when creating or inspecting Google Sheets structured tables.
- Open the Command Index for generated docs for every CLI command.
Common Paths
gog auth add you@gmail.com --services gmail,calendar,drive
gog gmail search 'newer_than:7d' --max 10
gog gmail get <messageId> --sanitize-content --json
gog calendar events --today
gog drive ls --max 20
Command Docs
Every command page under docs/commands/ is generated from
gog schema --json. Do not hand-edit generated command pages. After changing
commands, flags, aliases, arguments, or help text, run:
make docs-commands
Then build the GitHub Pages site locally:
make docs-site
open dist/docs-site/index.html
The site is intentionally static: no framework, no package install, and no client-side dependency beyond a small navigation script embedded by the builder.