|
| 1 | +{ |
| 2 | + "name": "cloud-sql-postgresql", |
| 3 | + "version": "0.3.0", |
| 4 | + "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.", |
| 5 | + "author": { |
| 6 | + "name": "Google LLC", |
| 7 | + "email": "data-cloud-ai-integrations@google.com" |
| 8 | + }, |
| 9 | + "homepage": "https://cloud.google.com/sql", |
| 10 | + "license": "Apache-2.0", |
| 11 | + "repository": "https://github.com/gemini-cli-extensions/cloud-sql-postgresql", |
| 12 | + "skills": "./skills/", |
| 13 | + "userConfig": { |
| 14 | + "cloud_sql_postgres_project": { |
| 15 | + "title": "Project ID", |
| 16 | + "description": "ID of the Google Cloud project", |
| 17 | + "type": "string", |
| 18 | + "sensitive": false |
| 19 | + }, |
| 20 | + "cloud_sql_postgres_region": { |
| 21 | + "title": "Region", |
| 22 | + "description": "Region of the Cloud SQL instance", |
| 23 | + "type": "string", |
| 24 | + "sensitive": false |
| 25 | + }, |
| 26 | + "cloud_sql_postgres_instance": { |
| 27 | + "title": "Instance Name", |
| 28 | + "description": "Name of the Cloud SQL instance", |
| 29 | + "type": "string", |
| 30 | + "sensitive": false |
| 31 | + }, |
| 32 | + "cloud_sql_postgres_database": { |
| 33 | + "title": "Database Name", |
| 34 | + "description": "Name of the database", |
| 35 | + "type": "string", |
| 36 | + "sensitive": false |
| 37 | + }, |
| 38 | + "cloud_sql_postgres_user": { |
| 39 | + "title": "Database User", |
| 40 | + "description": "(Optional) Username of the database user (Default: IAM user)", |
| 41 | + "type": "string", |
| 42 | + "sensitive": false |
| 43 | + }, |
| 44 | + "cloud_sql_postgres_password": { |
| 45 | + "title": "Database Password", |
| 46 | + "description": "(Optional) Password of the database user (Default: IAM user)", |
| 47 | + "type": "string", |
| 48 | + "sensitive": false |
| 49 | + }, |
| 50 | + "cloud_sql_postgres_ip_type": { |
| 51 | + "title": "IP Type", |
| 52 | + "description": "(Optional) Type of the IP address: PUBLIC, PRIVATE, or PSC (Default: Public)", |
| 53 | + "type": "string", |
| 54 | + "sensitive": false |
| 55 | + } |
| 56 | + } |
| 57 | +} |
0 commit comments