File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " dataproc-marketplace" ,
3+ "owner" : {
4+ "name" : " Google LLC" ,
5+ "email" : " data-cloud-ai-integrations@google.com"
6+ },
7+ "metadata" : {
8+ "description" : " Agent skills for Dataproc to manage clusters and jobs."
9+ },
10+ "plugins" : [
11+ {
12+ "name" : " dataproc" ,
13+ "source" : " ./"
14+ }
15+ ]
16+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " dataproc" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " Manage Dataproc clusters and jobs." ,
5+ "author" : {
6+ "name" : " Google LLC" ,
7+ "email" : " data-cloud-ai-integrations@google.com"
8+ },
9+ "homepage" : " https://cloud.google.com/dataproc" ,
10+ "license" : " Apache-2.0" ,
11+ "repository" : " https://github.com/gemini-cli-extensions/dataproc" ,
12+ "skills" : " ./skills/" ,
13+ "userConfig" : {
14+ "dataproc_project" : {
15+ "title" : " Project ID" ,
16+ "description" : " ID of the Google Cloud project" ,
17+ "type" : " string" ,
18+ "sensitive" : false
19+ },
20+ "dataproc_region" : {
21+ "title" : " Region" ,
22+ "description" : " Region of the Dataproc resources" ,
23+ "type" : " string" ,
24+ "sensitive" : false
25+ }
26+ }
27+ }
You can’t perform that action at this time.
0 commit comments