76a9e7a0cc
Automation / Format (push) Waiting to run
Automation / File Labeler (push) Waiting to run
Automation / Gemini Reviewed (push) Waiting to run
Coverage / Coverage (push) Waiting to run
Publish OpenClaw Skills / publish (push) Has been cancelled
Audit / Security Audit (push) Has been cancelled
Automation / Gemini Review (push) Has been cancelled
CI / Detect Changes (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Nix (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Cargo Deny (push) Has been cancelled
CI / Verify Skills (push) Has been cancelled
CI / Lint Skills (push) Has been cancelled
CI / Build (Linux x86_64) (push) Has been cancelled
CI / Build (macos-latest, aarch64-apple-darwin) (push) Has been cancelled
CI / Build (macos-latest, x86_64-apple-darwin) (push) Has been cancelled
CI / Build (ubuntu-latest, aarch64-unknown-linux-gnu) (push) Has been cancelled
CI / Build (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
CI / API Smoketest (push) Has been cancelled
Policy / Policy Check (push) Has been cancelled
Release (Changeset) / Release (push) Has been cancelled
30 lines
1.7 KiB
Bash
30 lines
1.7 KiB
Bash
# gws — Google Workspace CLI
|
|
# Copy this file to .env and uncomment the variables you need.
|
|
# All variables are optional. See README.md for details.
|
|
|
|
# ── Authentication ────────────────────────────────────────────────
|
|
# Pre-obtained OAuth2 access token (highest priority; bypasses all credential loading)
|
|
# GOOGLE_WORKSPACE_CLI_TOKEN=
|
|
|
|
# Path to OAuth credentials JSON (user or service account)
|
|
# GOOGLE_WORKSPACE_CLI_CREDENTIALS_FILE=
|
|
|
|
# ── OAuth Client ──────────────────────────────────────────────────
|
|
# OAuth client ID and secret (alternative to saving client_secret.json)
|
|
# GOOGLE_WORKSPACE_CLI_CLIENT_ID=
|
|
# GOOGLE_WORKSPACE_CLI_CLIENT_SECRET=
|
|
|
|
# ── Configuration ─────────────────────────────────────────────────
|
|
# Override the config directory (default: ~/.config/gws)
|
|
# GOOGLE_WORKSPACE_CLI_CONFIG_DIR=
|
|
|
|
# ── Model Armor (response sanitization) ──────────────────────────
|
|
# Default Model Armor template (overridden by --sanitize flag)
|
|
# GOOGLE_WORKSPACE_CLI_SANITIZE_TEMPLATE=
|
|
# Sanitization mode: warn (default) or block
|
|
# GOOGLE_WORKSPACE_CLI_SANITIZE_MODE=warn
|
|
|
|
# ── Helpers ───────────────────────────────────────────────────────
|
|
# GCP project ID fallback for gmail watch and events subscribe (overridden by --project)
|
|
# GOOGLE_WORKSPACE_PROJECT_ID=
|