What problem does it solve?
This Skill provides shared utilities for the gws CLI, simplifying authentication, managing global flags, and ensuring consistent output formatting for Google Workspace operations.
Core Features & Use Cases
- Streamlined Authentication: Supports both interactive browser-based OAuth and service account authentication.
- Global Flags: Offers flags for controlling output format, enabling dry runs, and sanitizing responses.
- CLI Syntax Assistance: Provides clear guidance on command structure and available method flags for interacting with Google Workspace services.
- Use Case: When interacting with Google Drive via the gws CLI, you can use the
--format json flag to ensure all responses are consistently returned in JSON format, making them easy to parse programmatically.
Quick Start
Authenticate to Google Workspace services using your browser by running the gws auth login command.