Skip to content

Commit 006e369

Browse files
committed
update plugin file
1 parent 345083e commit 006e369

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,46 @@
66
"skills": "./skills/",
77
"userConfig": {
88
"cloud_sql_postgres_project": {
9+
"title": "Project ID",
910
"description": "ID of the Google Cloud project",
11+
"type": "string",
1012
"sensitive": false
1113
},
1214
"cloud_sql_postgres_region": {
15+
"title": "Region",
1316
"description": "Region of the Cloud SQL instance",
17+
"type": "string",
1418
"sensitive": false
1519
},
1620
"cloud_sql_postgres_instance": {
21+
"title": "Instance Name",
1722
"description": "Name of the Cloud SQL instance",
23+
"type": "string",
1824
"sensitive": false
1925
},
2026
"cloud_sql_postgres_database": {
27+
"title": "Database Name",
2128
"description": "Name of the database",
29+
"type": "string",
2230
"sensitive": false
2331
},
2432
"cloud_sql_postgres_user": {
33+
"title": "Database User",
2534
"description": "(Optional) Username of the database user (Default: IAM user)",
35+
"type": "string",
2636
"sensitive": false
2737
},
2838
"cloud_sql_postgres_password": {
39+
"title": "Database Password",
2940
"description": "(Optional) Password of the database user (Default: IAM user)",
30-
"sensitive": true
41+
"type": "string",
42+
"sensitive": false
3143
},
3244
"cloud_sql_postgres_ip_type": {
45+
"title": "IP Type",
3346
"description": "(Optional) Type of the IP address: PUBLIC, PRIVATE, or PSC (Default: Public)",
47+
"type": "string",
3448
"sensitive": false
3549
}
3650
}
37-
}
51+
}

0 commit comments

Comments
 (0)