@googleworkspace/gws-shared

by googleworkspace · v1.0.0 · prompt

gws CLI: Shared patterns for authentication, global flags, and output formatting.

Install

Add @googleworkspace/gws-shared to Claude Code with the PolySkill CLI: polyskill add @googleworkspace/gws-shared

Instructions

# gws — Shared Reference ## Installation The `gws` binary must be on `$PATH`. See the project README for install options. ## Authentication ```bash # Browser-based OAuth (interactive) gws auth login # Service Account export GOOGLE_APPLICATION_CREDENTIALS=/path/to/key.json ``` ## Global Flags | Flag | Description | |------|-------------| | `--format <FORMAT>` | Output format: `json` (default), `table`, `yaml`, `csv` | | `--dry-run` | Validate locally without calling the API | | `--sanitize <TEMPLATE>` | Screen responses through Model Armor | ## CLI Syntax ```bash gws <service> <resource> [sub-…

Keywords: gws, google, shared, workspace