gws-command-reference

Google Workspace CLI Command Reference

Content Preview
# Google Workspace CLI Command Reference

Comprehensive reference for the `gws` CLI covering 18 services, 22 helper commands, global flags, and environment variables.

---

## Global Flags

| Flag | Description |
|------|-------------|
| `--json` | Output as JSON |
| `--format ndjson` | Output as newline-delimited JSON |
| `--dry-run` | Show what would be done without executing |
| `--limit <n>` | Maximum results to return |
| `--page-all` | Fetch all pages of results |
| `--fields <spec>` | Par
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/gws-command-reference.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/google-workspace-cli/references/gws-command-reference.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/google-workspace-cli/references/gws-command-reference.md

Related Skills