What problem does it solve?
This Skill provides essential shared configurations and patterns for using the Google Workspace CLI (gws), simplifying authentication, global flag management, and output formatting for all gws commands.
Core Features & Use Cases
- Authentication: Guides users through setting up browser-based OAuth or service account authentication for gws.
- Global Flags: Details flags for output formatting (
--format), dry runs (--dry-run), and content sanitization (--sanitize).
- CLI Syntax: Explains the general command structure and specific method flags for interacting with Google Workspace services.
- Security Rules: Enforces best practices for handling secrets, confirming destructive actions, and using dry-run/sanitize flags.
- Use Case: Before running any
gws command, consult this Skill to ensure you have the correct authentication method set up and understand how to control output and security.
Quick Start
Install the gws CLI by running npm install -g @googleworkspace/cli.