CareerVivid + Google Workspace CLI Integration Guide
#cli#automation#google-workspace#english
CareerVivid + Google Workspace CLI Integration Guide The CareerVivid CLI (cv) is now deeply integrated with the Google Workspace CLI (gws). By performing secure
CareerVivid + Google Workspace CLI Integration Guide The CareerVivid CLI (cv) is now deeply integrated with the Google Workspace CLI (gws). By performing secure local OAuth authentication, you can now export CareerVivid resume data to Google Docs or automatically generate job tracking spreadsheets by scanning Gmail—all directly from your terminal. This guide provides a step-by-step walkthrough for configuring your environment and using the integrated commands. 1. Prerequisites & Initial Configuration Because these features interact with real Google Drive and Gmail data, you must install gws and authorize it on your local machine. 1.1 Install GWS CLI First, install the Google Workspace CLI globally: 1.2 Perform Local Authorization Run the following command to start the setup wizard: Key Configuration Notes: GCP Project: Create or select a GCP project (e.g., CareerVivid-GCP). Workspace APIs: The wizard will prompt you to enable the required APIs. Ensure you check Google Drive, Google Sheets, Gmail, Google Calendar, and Google Docs. OAuth Client ID: If prompted for a Client ID, your environment requires manual credential issuance. 1. Go to the Credentials page in the GCP Console. 2. Click Create Credentials - OAuth client ID. 3. Application type MUST be "Desktop app". 4. Paste the generated Client ID and Client Secret back into the terminal prompt. 1.3 Login & Save Token Finally, run: The terminal will provide a link and open your browser. Select your account and grant the requested permissions. Once successful, the OAuth Token will be encrypted and saved locally (e.g., /.config/gws/credentials.enc). You won't need to re-authenticate for future commands. 2. Core Features & Usage Once configured, you can use these exclusive cv commands for seamless workflow automation! 🦸♂️ Feature 1: Workspace Health Check Test your integration status at any time before running advanced automations. Success Message: ✔ Google Workspace integration is fully configured.