|
2 | 2 | "name": "google-workspace-cli", |
3 | 3 | "version": "latest", |
4 | 4 | "description": "CLI tool for managing Google Workspace resources dynamically using Discovery APIs.", |
5 | | - "contextFileName": "CONTEXT.md", |
6 | | - "settings": [ |
7 | | - { |
8 | | - "name": "Credentials File", |
9 | | - "description": "Path to the Google Workspace authorized user credentials or service account JSON file.", |
10 | | - "envVar": "GOOGLE_WORKSPACE_CLI_CREDENTIALS_FILE", |
11 | | - "sensitive": false |
12 | | - }, |
13 | | - { |
14 | | - "name": "OAuth Client ID", |
15 | | - "description": "Client ID for OAuth authentication.", |
16 | | - "envVar": "GOOGLE_WORKSPACE_CLI_CLIENT_ID", |
17 | | - "sensitive": false |
18 | | - }, |
19 | | - { |
20 | | - "name": "OAuth Client Secret", |
21 | | - "description": "Client Secret for OAuth authentication.", |
22 | | - "envVar": "GOOGLE_WORKSPACE_CLI_CLIENT_SECRET", |
23 | | - "sensitive": true |
24 | | - }, |
25 | | - { |
26 | | - "name": "Sanitize Template", |
27 | | - "description": "Resource name of the Model Armor template to use for sanitization (e.g., projects/P/locations/L/templates/T).", |
28 | | - "envVar": "GOOGLE_WORKSPACE_CLI_SANITIZE_TEMPLATE", |
29 | | - "sensitive": false |
30 | | - }, |
31 | | - { |
32 | | - "name": "Impersonated User", |
33 | | - "description": "Email address of the user to impersonate (requires Domain-Wide Delegation).", |
34 | | - "envVar": "GOOGLE_WORKSPACE_CLI_IMPERSONATED_USER", |
35 | | - "sensitive": false |
36 | | - } |
37 | | - ] |
| 5 | + "contextFileName": "CONTEXT.md" |
38 | 6 | } |
0 commit comments