fufu-cloud-cli 0.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,570 @@
1
+ {
2
+ "backend": "selected-by-credential",
3
+ "backends": [
4
+ "local-docker",
5
+ "api"
6
+ ],
7
+ "api-mode-compute": "authenticated-remote-worker",
8
+ "compatibility": "explicit-subset",
9
+ "services": {
10
+ "cloud-run-http": {
11
+ "status": "implemented",
12
+ "operations": [
13
+ "deploy-image",
14
+ "replace-service-subset",
15
+ "describe",
16
+ "list",
17
+ "invoke-http",
18
+ "delete"
19
+ ],
20
+ "limitations": [
21
+ "single-approved-container",
22
+ "GCP-service-account-subset",
23
+ "explicit-GCS-workload-helper",
24
+ "no-registry-upload",
25
+ "no-autoscaling",
26
+ "no-traffic-splitting",
27
+ "no-jobs",
28
+ "no-public-ingress"
29
+ ],
30
+ "backends": [
31
+ "local-docker",
32
+ "api"
33
+ ]
34
+ },
35
+ "cloud-run-functions-http": {
36
+ "status": "implemented",
37
+ "operations": [
38
+ "deploy-python312-source",
39
+ "invoke-http",
40
+ "describe",
41
+ "list",
42
+ "delete"
43
+ ],
44
+ "limitations": [
45
+ "Python312-HTTP-only",
46
+ "no-Eventarc",
47
+ "no-PubSub-trigger",
48
+ "remote-source-no-network-dependency-install"
49
+ ],
50
+ "backends": [
51
+ "local-docker",
52
+ "api"
53
+ ]
54
+ },
55
+ "aws-lambda-sync": {
56
+ "status": "implemented",
57
+ "operations": [
58
+ "create-function-python310-python312-zip",
59
+ "invoke-RequestResponse",
60
+ "get-function",
61
+ "list-functions",
62
+ "delete-function",
63
+ "update-function-code-preserving-env"
64
+ ],
65
+ "limitations": [
66
+ "Python310-or-Python312-ZIP",
67
+ "AWS-IAM-inline-policy-subset",
68
+ "boto3-data-transport-subset",
69
+ "no-managed-timeout-equivalence",
70
+ "no-async-Invoke",
71
+ "remote-ZIP-6MiB",
72
+ "workload-token-24h",
73
+ "per-revision-network"
74
+ ],
75
+ "backends": [
76
+ "local-docker",
77
+ "api"
78
+ ]
79
+ },
80
+ "serverless-framework": {
81
+ "status": "unsupported",
82
+ "reason": "未實作原生 Framework provider/plugins/CloudFormation;可改用明確的 serverless-profile-adapter 子集。"
83
+ },
84
+ "azure-functions": {
85
+ "status": "unsupported",
86
+ "reason": "尚未建立 Azure Functions runtime adapter。"
87
+ },
88
+ "remote-fufu-auth": {
89
+ "status": "implemented",
90
+ "backend": "api",
91
+ "operations": [
92
+ "provider-credential-exchange",
93
+ "tenant-identity",
94
+ "read-write-scopes",
95
+ "one-hour-token",
96
+ "per-command-token-revocation"
97
+ ],
98
+ "limitations": [
99
+ "FUFU-only-credentials",
100
+ "no-OIDC",
101
+ "no-native-cloud-auth-actions"
102
+ ]
103
+ },
104
+ "aws-dynamodb-api": {
105
+ "status": "implemented",
106
+ "backend": "api",
107
+ "operations": [
108
+ "list-tables",
109
+ "create-table-HASH-RANGE-and-indexes",
110
+ "put-item",
111
+ "get-item",
112
+ "update-item",
113
+ "delete-item",
114
+ "query",
115
+ "scan",
116
+ "batch-get-item",
117
+ "batch-write-item",
118
+ "delete-table"
119
+ ],
120
+ "limitations": [
121
+ "native-JSON-fields",
122
+ "HASH-and-RANGE",
123
+ "Query-Scan-and-batch",
124
+ "pagination-explicit",
125
+ "no-Streams",
126
+ "no-transaction-API",
127
+ "no-PITR",
128
+ "binary-AttributeValue-not-yet-verified"
129
+ ]
130
+ },
131
+ "gcp-storage-api": {
132
+ "status": "implemented",
133
+ "backend": "api",
134
+ "operations": [
135
+ "bucket-create-list-delete",
136
+ "binary-object-upload-download-list-delete",
137
+ "UTF8-preview"
138
+ ],
139
+ "limitations": [
140
+ "object-6MiB",
141
+ "preview-32KiB",
142
+ "first-100-objects",
143
+ "no-signed-URLs",
144
+ "no-versioning"
145
+ ]
146
+ },
147
+ "azure-catalog-api": {
148
+ "status": "implemented",
149
+ "backend": "api",
150
+ "operations": [
151
+ "account-show",
152
+ "resource-catalog-list-show",
153
+ "resource-group-catalog-create-delete"
154
+ ],
155
+ "limitations": [
156
+ "catalog-only",
157
+ "no-Azure-runtime",
158
+ "no-Entra-STS"
159
+ ]
160
+ },
161
+ "aws-data-services": {
162
+ "status": "partial",
163
+ "reason": "DynamoDB、S3、SQS、SSM 已接 CLI 與 boto3;事件僅 SQS 手動 drain,其他服务不推定可用。"
164
+ },
165
+ "gcp-data-services": {
166
+ "status": "partial",
167
+ "reason": "GCS CLI 與明確 runtime helper 已接 IAM;其他 Google SDK、SQL 與事件投遞未完整接入。"
168
+ },
169
+ "managed-ai-gpu": {
170
+ "status": "unsupported",
171
+ "reason": "執行容器不等於 Vertex AI、Bedrock 或 GPU 託管行為相容。"
172
+ },
173
+ "cloud-functions-gen1-http": {
174
+ "status": "implemented",
175
+ "backends": [
176
+ "local-docker",
177
+ "api"
178
+ ],
179
+ "operations": [
180
+ "deploy-python312-http-source",
181
+ "describe",
182
+ "list",
183
+ "invoke-http",
184
+ "delete"
185
+ ],
186
+ "limitations": [
187
+ "Functions-Framework-HTTP-runtime-subset",
188
+ "no-gen1-control-plane",
189
+ "no-background-events",
190
+ "remote-source-no-network-dependency-install"
191
+ ]
192
+ },
193
+ "aws-s3-api": {
194
+ "status": "implemented",
195
+ "backend": "api",
196
+ "operations": [
197
+ "mb",
198
+ "rb",
199
+ "ls",
200
+ "cp-upload-download",
201
+ "rm"
202
+ ],
203
+ "limitations": [
204
+ "object-6MiB",
205
+ "first-100-objects",
206
+ "no-recursive-copy",
207
+ "no-presigned-URLs",
208
+ "no-versioning"
209
+ ]
210
+ },
211
+ "aws-sqs-api": {
212
+ "status": "implemented",
213
+ "backend": "api",
214
+ "operations": [
215
+ "create-queue",
216
+ "list-queues",
217
+ "delete-queue",
218
+ "send-message",
219
+ "receive-message",
220
+ "delete-message"
221
+ ],
222
+ "limitations": [
223
+ "standard-queues",
224
+ "message-32KiB",
225
+ "receive-max-10",
226
+ "fufu-QueueUrl",
227
+ "no-FIFO",
228
+ "manual-Lambda-drain-only",
229
+ "no-background-poller"
230
+ ]
231
+ },
232
+ "aws-ssm-api": {
233
+ "status": "implemented",
234
+ "backend": "api",
235
+ "operations": [
236
+ "put-parameter",
237
+ "get-parameter",
238
+ "get-parameters",
239
+ "delete-parameter"
240
+ ],
241
+ "limitations": [
242
+ "String-only",
243
+ "value-4KiB",
244
+ "no-SecureString-or-KMS",
245
+ "profile-environmentFrom-SSM-only"
246
+ ]
247
+ },
248
+ "gcp-bigquery": {
249
+ "name": "BigQuery",
250
+ "status": "partial",
251
+ "reason": "Console 與 emulator 查詢子集;CLI、SQL 完整性與雲端最佳化未驗證。"
252
+ },
253
+ "gcp-firestore": {
254
+ "name": "Firestore",
255
+ "status": "partial",
256
+ "reason": "已有 emulator;集合目錄 API 缺口,尚無完整 CLI 契約。"
257
+ },
258
+ "gcp-pubsub": {
259
+ "name": "Pub/Sub",
260
+ "status": "partial",
261
+ "reason": "已有 emulator 與 Console 檢視;尚未接入 CLI 部署或函式事件。"
262
+ },
263
+ "gcp-cloud-tasks": {
264
+ "name": "Cloud Tasks",
265
+ "status": "partial",
266
+ "reason": "已有 emulator 與 Console 檢視;未驗證 worker 事件投遞。"
267
+ },
268
+ "gcp-secret-manager": {
269
+ "name": "Secret Manager",
270
+ "status": "partial",
271
+ "reason": "已有 emulator 與 Console 檢視;CLI 未接入。"
272
+ },
273
+ "gcp-firebase-auth": {
274
+ "name": "Firebase Authentication",
275
+ "status": "partial",
276
+ "reason": "已有每租戶 emulator;CLI 認證管理未接入。"
277
+ },
278
+ "aws-secrets-manager": {
279
+ "name": "Secrets Manager",
280
+ "status": "partial",
281
+ "reason": "已有每租戶 LocalStack 與 Console 目錄;CLI 未接入。"
282
+ },
283
+ "aws-eventbridge-scheduler": {
284
+ "name": "EventBridge Scheduler",
285
+ "status": "partial",
286
+ "reason": "已有每租戶 LocalStack 與 Console;未接線至新 runtime。"
287
+ },
288
+ "gcp-cloud-sql": {
289
+ "name": "Cloud SQL",
290
+ "status": "partial",
291
+ "reason": "工作區有 PostgreSQL 引擎;不提供 Cloud SQL 控制面或每租戶 SQL 配置。"
292
+ },
293
+ "aws-rds": {
294
+ "name": "RDS / Aurora",
295
+ "status": "partial",
296
+ "reason": "工作區有 PostgreSQL 引擎;不提供 RDS 或 Aurora 控制面。"
297
+ },
298
+ "gcp-memorystore": {
299
+ "name": "Memorystore",
300
+ "status": "partial",
301
+ "reason": "工作區有 Redis 引擎;不提供 Memorystore 控制面。"
302
+ },
303
+ "aws-elasticache": {
304
+ "name": "ElastiCache",
305
+ "status": "partial",
306
+ "reason": "工作區有 Redis 引擎;不提供 ElastiCache 控制面。"
307
+ },
308
+ "gcp-app-engine": {
309
+ "name": "App Engine",
310
+ "status": "mock-only",
311
+ "reason": "明示 mock 目錄;App 未執行,不能列為成功部署。"
312
+ },
313
+ "gcp-compute-engine": {
314
+ "name": "Compute Engine",
315
+ "status": "unsupported",
316
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
317
+ },
318
+ "gcp-gke": {
319
+ "name": "GKE",
320
+ "status": "unsupported",
321
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
322
+ },
323
+ "gcp-cloud-run-jobs": {
324
+ "name": "Cloud Run Jobs",
325
+ "status": "unsupported",
326
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
327
+ },
328
+ "gcp-cloud-scheduler": {
329
+ "name": "Cloud Scheduler",
330
+ "status": "unsupported",
331
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
332
+ },
333
+ "gcp-artifact-registry": {
334
+ "name": "Artifact Registry",
335
+ "status": "unsupported",
336
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
337
+ },
338
+ "gcp-cloud-build": {
339
+ "name": "Cloud Build",
340
+ "status": "unsupported",
341
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
342
+ },
343
+ "gcp-eventarc": {
344
+ "name": "Eventarc",
345
+ "status": "mock-only",
346
+ "reason": "明示 mock 目錄;事件路由未執行,不能列為成功部署。"
347
+ },
348
+ "gcp-vertex-ai": {
349
+ "name": "Vertex AI",
350
+ "status": "unsupported",
351
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
352
+ },
353
+ "gcp-cloud-logging-monitoring": {
354
+ "name": "Cloud Logging / Monitoring",
355
+ "status": "unsupported",
356
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
357
+ },
358
+ "gcp-load-balancing-nat": {
359
+ "name": "Cloud Load Balancing / NAT",
360
+ "status": "unsupported",
361
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
362
+ },
363
+ "aws-ec2": {
364
+ "name": "EC2",
365
+ "status": "mock-only",
366
+ "reason": "明示 mock 目錄;VM 未執行,不能列為成功部署。"
367
+ },
368
+ "aws-ecs": {
369
+ "name": "ECS / Fargate",
370
+ "status": "mock-only",
371
+ "reason": "明示 mock 目錄;Task 與容器未執行,不能列為成功部署。"
372
+ },
373
+ "aws-eks": {
374
+ "name": "EKS",
375
+ "status": "unsupported",
376
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
377
+ },
378
+ "aws-app-runner": {
379
+ "name": "App Runner",
380
+ "status": "unsupported",
381
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
382
+ },
383
+ "aws-api-gateway": {
384
+ "status": "implemented",
385
+ "backend": "api",
386
+ "mode": "simplified",
387
+ "limitations": [
388
+ "OpenAPI-3.0.1-subset",
389
+ "Lambda-proxy-payload-1.0",
390
+ "FUFU-authentication-required",
391
+ "Cognito-claims-explicit-mock",
392
+ "no-public-ingress",
393
+ "no-custom-domains-or-usage-plans"
394
+ ]
395
+ },
396
+ "aws-cloudformation": {
397
+ "name": "CloudFormation",
398
+ "status": "mock-only",
399
+ "reason": "明示 mock 目錄;Stack 引擎未執行,不能列為成功部署。"
400
+ },
401
+ "aws-ecr": {
402
+ "name": "ECR",
403
+ "status": "unsupported",
404
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
405
+ },
406
+ "aws-sns": {
407
+ "name": "SNS",
408
+ "status": "unsupported",
409
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
410
+ },
411
+ "aws-step-functions": {
412
+ "name": "Step Functions",
413
+ "status": "mock-only",
414
+ "reason": "明示 mock 目錄;狀態機未執行,不能列為成功部署。"
415
+ },
416
+ "aws-cognito": {
417
+ "name": "Cognito",
418
+ "status": "mock-only",
419
+ "reason": "明示 mock 目錄;使用者池未執行,不能列為成功部署。"
420
+ },
421
+ "aws-ses": {
422
+ "name": "SES",
423
+ "status": "unsupported",
424
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
425
+ },
426
+ "aws-cloudwatch": {
427
+ "name": "CloudWatch",
428
+ "status": "unsupported",
429
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
430
+ },
431
+ "aws-cloudfront": {
432
+ "name": "CloudFront",
433
+ "status": "unsupported",
434
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
435
+ },
436
+ "aws-vpc-nat-elb": {
437
+ "name": "VPC / NAT Gateway / ELB",
438
+ "status": "unsupported",
439
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
440
+ },
441
+ "aws-bedrock": {
442
+ "name": "Bedrock",
443
+ "status": "unsupported",
444
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
445
+ },
446
+ "azure-container-apps": {
447
+ "name": "Azure Container Apps",
448
+ "status": "unsupported",
449
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
450
+ },
451
+ "azure-app-service": {
452
+ "name": "Azure App Service",
453
+ "status": "unsupported",
454
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
455
+ },
456
+ "azure-aks": {
457
+ "name": "AKS",
458
+ "status": "unsupported",
459
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
460
+ },
461
+ "azure-vm": {
462
+ "name": "Azure Virtual Machines",
463
+ "status": "unsupported",
464
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
465
+ },
466
+ "azure-blob": {
467
+ "name": "Azure Blob Storage",
468
+ "status": "unsupported",
469
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
470
+ },
471
+ "azure-sql": {
472
+ "name": "Azure SQL",
473
+ "status": "unsupported",
474
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
475
+ },
476
+ "azure-cosmos-db": {
477
+ "name": "Cosmos DB",
478
+ "status": "unsupported",
479
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
480
+ },
481
+ "azure-service-bus": {
482
+ "name": "Service Bus",
483
+ "status": "unsupported",
484
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
485
+ },
486
+ "azure-key-vault": {
487
+ "name": "Key Vault",
488
+ "status": "unsupported",
489
+ "reason": "尚未實作可供 CLI 自動部署與驗證的服務契約。"
490
+ },
491
+ "aws-iam": {
492
+ "status": "implemented",
493
+ "backend": "api",
494
+ "mode": "simplified",
495
+ "limitations": [
496
+ "tenant-owner-bootstrap",
497
+ "inline-role-policies",
498
+ "default-deny",
499
+ "explicit-deny",
500
+ "PassRole",
501
+ "tenant-root-and-Lambda-trust-only",
502
+ "role-session-1h",
503
+ "no-Condition-or-managed-policy-or-OIDC"
504
+ ]
505
+ },
506
+ "gcp-iam": {
507
+ "status": "implemented",
508
+ "backend": "api",
509
+ "mode": "simplified",
510
+ "limitations": [
511
+ "service-accounts",
512
+ "project-bindings",
513
+ "predefined-roles-subset",
514
+ "workload-enforcement",
515
+ "no-custom-roles-or-IAM-Conditions-or-org-hierarchy",
516
+ "owner-issued-restricted-service-account-session",
517
+ "no-role-chaining-or-native-Google-OAuth",
518
+ "session-cannot-manage-IAM"
519
+ ]
520
+ },
521
+ "aws-sdk-runtime": {
522
+ "status": "implemented",
523
+ "backend": "api",
524
+ "mode": "simplified",
525
+ "limitations": [
526
+ "botocore-event-transport",
527
+ "DynamoDB-S3-SQS-SSM-only",
528
+ "FUFU-token-not-SigV4",
529
+ "no-real-cloud-fallback",
530
+ "no-presigned-URLs"
531
+ ]
532
+ },
533
+ "aws-sqs-lambda-mapping": {
534
+ "status": "implemented",
535
+ "backend": "api",
536
+ "mode": "simplified",
537
+ "limitations": [
538
+ "standard-SQS-to-Lambda",
539
+ "manual-drain",
540
+ "one-batch-per-request",
541
+ "failed-batch-not-acknowledged",
542
+ "no-background-poller-or-DLQ-or-partial-batch-ack"
543
+ ]
544
+ },
545
+ "serverless-profile-adapter": {
546
+ "status": "implemented",
547
+ "backend": "api",
548
+ "mode": "simplified",
549
+ "limitations": [
550
+ "original-selected-handlers-and-HTTP-routes",
551
+ "explicit-environment-and-IAM-resource-overlays",
552
+ "up-to-8-functions",
553
+ "no-plugins-or-CloudFormation",
554
+ "per-function-replacement-not-stack-rollback",
555
+ "unselected-functions-not-deployed"
556
+ ]
557
+ },
558
+ "gcp-storage-runtime": {
559
+ "status": "implemented",
560
+ "backend": "api",
561
+ "mode": "simplified",
562
+ "limitations": [
563
+ "explicit-Python-rpc-helper",
564
+ "project-service-account-bindings",
565
+ "objects-only",
566
+ "no-transparent-Google-SDK-compatibility"
567
+ ]
568
+ }
569
+ }
570
+ }