stacktape 3.5.8 → 3.6.0

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.
Files changed (123) hide show
  1. package/.tsconfig.bun-build.json +1 -0
  2. package/ai-docs/cli-ref/aws-profile-create.md +22 -0
  3. package/ai-docs/cli-ref/aws-profile-delete.md +22 -0
  4. package/ai-docs/cli-ref/aws-profile-list.md +20 -0
  5. package/ai-docs/cli-ref/aws-profile-update.md +22 -0
  6. package/ai-docs/cli-ref/bastion-session.md +29 -0
  7. package/ai-docs/cli-ref/bastion-tunnel.md +30 -0
  8. package/ai-docs/cli-ref/bucket-sync.md +30 -0
  9. package/ai-docs/cli-ref/cf-module-update.md +26 -0
  10. package/ai-docs/cli-ref/cf-rollback.md +28 -0
  11. package/ai-docs/cli-ref/codebuild-deploy.md +34 -0
  12. package/ai-docs/cli-ref/compile-template.md +25 -0
  13. package/ai-docs/cli-ref/container-session.md +30 -0
  14. package/ai-docs/cli-ref/debug-alarms.md +28 -0
  15. package/ai-docs/cli-ref/debug-aws-sdk.md +33 -0
  16. package/ai-docs/cli-ref/debug-container-exec.md +36 -0
  17. package/ai-docs/cli-ref/debug-dynamodb.md +35 -0
  18. package/ai-docs/cli-ref/debug-logs.md +34 -0
  19. package/ai-docs/cli-ref/debug-metrics.md +33 -0
  20. package/ai-docs/cli-ref/debug-opensearch.md +35 -0
  21. package/ai-docs/cli-ref/debug-redis.md +36 -0
  22. package/ai-docs/cli-ref/debug-sql.md +35 -0
  23. package/ai-docs/cli-ref/defaults-configure.md +29 -0
  24. package/ai-docs/cli-ref/defaults-list.md +20 -0
  25. package/ai-docs/cli-ref/delete.md +24 -0
  26. package/ai-docs/cli-ref/deploy.md +25 -0
  27. package/ai-docs/cli-ref/deployment-script-run.md +28 -0
  28. package/ai-docs/cli-ref/dev-stop.md +26 -0
  29. package/ai-docs/cli-ref/dev.md +45 -0
  30. package/ai-docs/cli-ref/domain-add.md +26 -0
  31. package/ai-docs/cli-ref/help.md +18 -0
  32. package/ai-docs/cli-ref/info-operations.md +22 -0
  33. package/ai-docs/cli-ref/info-stack.md +30 -0
  34. package/ai-docs/cli-ref/info-stacks.md +26 -0
  35. package/ai-docs/cli-ref/info-whoami.md +22 -0
  36. package/ai-docs/cli-ref/init.md +30 -0
  37. package/ai-docs/cli-ref/login.md +20 -0
  38. package/ai-docs/cli-ref/logout.md +18 -0
  39. package/ai-docs/cli-ref/mcp-add.md +22 -0
  40. package/ai-docs/cli-ref/mcp.md +20 -0
  41. package/ai-docs/cli-ref/org-create.md +24 -0
  42. package/ai-docs/cli-ref/org-delete.md +24 -0
  43. package/ai-docs/cli-ref/org-list.md +22 -0
  44. package/ai-docs/cli-ref/package-workloads.md +25 -0
  45. package/ai-docs/cli-ref/param-get.md +26 -0
  46. package/ai-docs/cli-ref/preview-changes.md +23 -0
  47. package/ai-docs/cli-ref/project-create.md +22 -0
  48. package/ai-docs/cli-ref/projects-list.md +22 -0
  49. package/ai-docs/cli-ref/rollback.md +28 -0
  50. package/ai-docs/cli-ref/script-run.md +29 -0
  51. package/ai-docs/cli-ref/secret-create.md +28 -0
  52. package/ai-docs/cli-ref/secret-delete.md +26 -0
  53. package/ai-docs/cli-ref/secret-get.md +26 -0
  54. package/ai-docs/cli-ref/upgrade.md +20 -0
  55. package/ai-docs/cli-ref/version.md +18 -0
  56. package/ai-docs/concept/connecting-resources.md +369 -0
  57. package/ai-docs/concept/directives.md +371 -0
  58. package/ai-docs/concept/extending-cloudformation.md +315 -0
  59. package/ai-docs/concept/overrides-and-transforms.md +352 -0
  60. package/ai-docs/concept/stages-and-environments.md +347 -0
  61. package/ai-docs/concept/typescript-config.md +447 -0
  62. package/ai-docs/concept/yaml-config.md +338 -0
  63. package/ai-docs/config-ref/_root.md +131 -0
  64. package/ai-docs/config-ref/application-load-balancer.md +1109 -0
  65. package/ai-docs/config-ref/astro-web.md +115 -0
  66. package/ai-docs/config-ref/aws-cdk-construct.md +68 -0
  67. package/ai-docs/config-ref/bastion.md +93 -0
  68. package/ai-docs/config-ref/batch-job.md +179 -0
  69. package/ai-docs/config-ref/bucket.md +348 -0
  70. package/ai-docs/config-ref/cdn.md +496 -0
  71. package/ai-docs/config-ref/custom-resource.md +80 -0
  72. package/ai-docs/config-ref/deployment-script.md +79 -0
  73. package/ai-docs/config-ref/dynamo-db-table.md +202 -0
  74. package/ai-docs/config-ref/edge-lambda-function.md +87 -0
  75. package/ai-docs/config-ref/efs-filesystem.md +72 -0
  76. package/ai-docs/config-ref/event-bus.md +63 -0
  77. package/ai-docs/config-ref/function.md +409 -0
  78. package/ai-docs/config-ref/hosting-bucket.md +171 -0
  79. package/ai-docs/config-ref/http-api-gateway.md +149 -0
  80. package/ai-docs/config-ref/http-endpoint.md +92 -0
  81. package/ai-docs/config-ref/kinesis-stream.md +97 -0
  82. package/ai-docs/config-ref/mongo-db-atlas-cluster.md +254 -0
  83. package/ai-docs/config-ref/multi-container-workload.md +399 -0
  84. package/ai-docs/config-ref/network-load-balancer.md +118 -0
  85. package/ai-docs/config-ref/nextjs-web.md +147 -0
  86. package/ai-docs/config-ref/nuxt-web.md +81 -0
  87. package/ai-docs/config-ref/open-search.md +206 -0
  88. package/ai-docs/config-ref/private-service.md +75 -0
  89. package/ai-docs/config-ref/redis-cluster.md +223 -0
  90. package/ai-docs/config-ref/relational-database.md +525 -0
  91. package/ai-docs/config-ref/remix-web.md +74 -0
  92. package/ai-docs/config-ref/sns-topic.md +69 -0
  93. package/ai-docs/config-ref/solidstart-web.md +75 -0
  94. package/ai-docs/config-ref/sqs-queue-not-empty.md +414 -0
  95. package/ai-docs/config-ref/sqs-queue.md +232 -0
  96. package/ai-docs/config-ref/state-machine.md +235 -0
  97. package/ai-docs/config-ref/sveltekit-web.md +81 -0
  98. package/ai-docs/config-ref/tanstack-web.md +75 -0
  99. package/ai-docs/config-ref/upstash-redis.md +59 -0
  100. package/ai-docs/config-ref/user-auth-pool.md +876 -0
  101. package/ai-docs/config-ref/web-app-firewall.md +212 -0
  102. package/ai-docs/config-ref/web-service.md +178 -0
  103. package/ai-docs/config-ref/worker-service.md +41 -0
  104. package/ai-docs/getting-started/console.md +232 -0
  105. package/ai-docs/getting-started/deployment.md +434 -0
  106. package/ai-docs/getting-started/dev-mode.md +118 -0
  107. package/ai-docs/getting-started/how-it-works.md +119 -0
  108. package/ai-docs/getting-started/intro.md +157 -0
  109. package/ai-docs/getting-started/using-with-ai.md +228 -0
  110. package/ai-docs/getting-started/workflow.md +197 -0
  111. package/ai-docs/index.json +1514 -0
  112. package/ai-docs/recipe/background-jobs.md +183 -0
  113. package/ai-docs/recipe/database-migrations.md +240 -0
  114. package/ai-docs/recipe/graphql-api.md +211 -0
  115. package/ai-docs/recipe/monorepo-setup.md +183 -0
  116. package/ai-docs/recipe/nextjs-full-stack.md +188 -0
  117. package/ai-docs/recipe/rest-api-with-database.md +156 -0
  118. package/ai-docs/recipe/scheduled-tasks.md +186 -0
  119. package/ai-docs/recipe/static-website.md +241 -0
  120. package/ai-docs/troubleshooting/cloudformation-stack-states.md +189 -0
  121. package/bin/stacktape.js +0 -12
  122. package/package.json +1 -1
  123. package/plain.d.ts +372 -111
@@ -0,0 +1,1514 @@
1
+ {
2
+ "generatedAt": "2026-03-13T12:34:20.646Z",
3
+ "version": "1.0",
4
+ "synonymMap": {
5
+ "function": [
6
+ "lambda",
7
+ "serverless",
8
+ "faas"
9
+ ],
10
+ "web-service": [
11
+ "container",
12
+ "docker",
13
+ "ecs",
14
+ "fargate",
15
+ "http-service"
16
+ ],
17
+ "worker-service": [
18
+ "background",
19
+ "worker",
20
+ "async-worker"
21
+ ],
22
+ "private-service": [
23
+ "internal-service",
24
+ "vpc-service"
25
+ ],
26
+ "batch-job": [
27
+ "batch",
28
+ "job",
29
+ "scheduled-job"
30
+ ],
31
+ "multi-container-workload": [
32
+ "multi-container",
33
+ "sidecar"
34
+ ],
35
+ "nextjs-web": [
36
+ "nextjs",
37
+ "next.js",
38
+ "next",
39
+ "ssr"
40
+ ],
41
+ "astro-web": [
42
+ "astro",
43
+ "astro.js"
44
+ ],
45
+ "nuxt-web": [
46
+ "nuxt",
47
+ "nuxt.js"
48
+ ],
49
+ "sveltekit-web": [
50
+ "sveltekit",
51
+ "svelte"
52
+ ],
53
+ "solidstart-web": [
54
+ "solidstart",
55
+ "solid"
56
+ ],
57
+ "tanstack-web": [
58
+ "tanstack",
59
+ "tanstack-start"
60
+ ],
61
+ "remix-web": [
62
+ "remix"
63
+ ],
64
+ "relational-database": [
65
+ "rds",
66
+ "postgres",
67
+ "postgresql",
68
+ "mysql",
69
+ "database",
70
+ "db",
71
+ "sql",
72
+ "aurora"
73
+ ],
74
+ "dynamo-db-table": [
75
+ "dynamodb",
76
+ "nosql",
77
+ "document-db"
78
+ ],
79
+ "redis-cluster": [
80
+ "elasticache",
81
+ "redis",
82
+ "cache"
83
+ ],
84
+ "bucket": [
85
+ "s3",
86
+ "storage",
87
+ "object-storage"
88
+ ],
89
+ "hosting-bucket": [
90
+ "static-site",
91
+ "static-website",
92
+ "spa"
93
+ ],
94
+ "http-api-gateway": [
95
+ "api-gateway",
96
+ "apigateway",
97
+ "gateway",
98
+ "api"
99
+ ],
100
+ "application-load-balancer": [
101
+ "alb",
102
+ "load-balancer"
103
+ ],
104
+ "network-load-balancer": [
105
+ "nlb"
106
+ ],
107
+ "cdn": [
108
+ "cloudfront",
109
+ "distribution"
110
+ ],
111
+ "user-auth-pool": [
112
+ "cognito",
113
+ "auth",
114
+ "authentication"
115
+ ],
116
+ "event-bus": [
117
+ "eventbridge",
118
+ "events"
119
+ ],
120
+ "sns-topic": [
121
+ "sns",
122
+ "notification",
123
+ "pubsub"
124
+ ],
125
+ "sqs-queue": [
126
+ "sqs",
127
+ "queue",
128
+ "message-queue"
129
+ ],
130
+ "state-machine": [
131
+ "step-functions",
132
+ "stepfunctions",
133
+ "workflow"
134
+ ],
135
+ "efs-filesystem": [
136
+ "efs",
137
+ "filesystem",
138
+ "persistent-storage"
139
+ ],
140
+ "bastion": [
141
+ "jump-host",
142
+ "ssh"
143
+ ],
144
+ "web-app-firewall": [
145
+ "waf",
146
+ "firewall"
147
+ ],
148
+ "mongo-db-atlas-cluster": [
149
+ "mongodb",
150
+ "mongo"
151
+ ],
152
+ "upstash-redis": [
153
+ "upstash"
154
+ ],
155
+ "open-search": [
156
+ "opensearch",
157
+ "elasticsearch",
158
+ "elastic"
159
+ ],
160
+ "custom-resource": [
161
+ "cloudformation-custom"
162
+ ],
163
+ "deployment-script": [
164
+ "deploy-script",
165
+ "migration-script"
166
+ ],
167
+ "kinesis-stream": [
168
+ "kinesis",
169
+ "streaming"
170
+ ],
171
+ "aws-cdk-construct": [
172
+ "cdk",
173
+ "construct"
174
+ ]
175
+ },
176
+ "files": [
177
+ {
178
+ "path": "concept/connecting-resources.md",
179
+ "docType": "concept",
180
+ "title": "Connecting Resources",
181
+ "tags": [
182
+ "connecting",
183
+ "resources",
184
+ "concept"
185
+ ],
186
+ "priority": 1
187
+ },
188
+ {
189
+ "path": "concept/directives.md",
190
+ "docType": "concept",
191
+ "title": "Directives",
192
+ "tags": [
193
+ "directives",
194
+ "concept"
195
+ ],
196
+ "priority": 1
197
+ },
198
+ {
199
+ "path": "concept/extending-cloudformation.md",
200
+ "docType": "concept",
201
+ "title": "CloudFormation Resources",
202
+ "tags": [
203
+ "cloudformation",
204
+ "resources",
205
+ "concept"
206
+ ],
207
+ "priority": 1
208
+ },
209
+ {
210
+ "path": "concept/overrides-and-transforms.md",
211
+ "docType": "concept",
212
+ "title": "Overrides & Transforms",
213
+ "tags": [
214
+ "overrides",
215
+ "transforms",
216
+ "concept"
217
+ ],
218
+ "priority": 1
219
+ },
220
+ {
221
+ "path": "concept/stages-and-environments.md",
222
+ "docType": "concept",
223
+ "title": "Stages & Environments",
224
+ "tags": [
225
+ "stages",
226
+ "environments",
227
+ "concept"
228
+ ],
229
+ "priority": 1
230
+ },
231
+ {
232
+ "path": "concept/typescript-config.md",
233
+ "docType": "concept",
234
+ "title": "TypeScript Configuration",
235
+ "tags": [
236
+ "typescript",
237
+ "configuration",
238
+ "concept"
239
+ ],
240
+ "priority": 1
241
+ },
242
+ {
243
+ "path": "concept/yaml-config.md",
244
+ "docType": "concept",
245
+ "title": "YAML Configuration",
246
+ "tags": [
247
+ "yaml",
248
+ "configuration",
249
+ "concept"
250
+ ],
251
+ "priority": 1
252
+ },
253
+ {
254
+ "path": "config-ref/_root.md",
255
+ "docType": "config-ref",
256
+ "title": "Stacktape Config",
257
+ "tags": [
258
+ "root",
259
+ "config",
260
+ "stacktape-config",
261
+ "top-level"
262
+ ],
263
+ "priority": 1
264
+ },
265
+ {
266
+ "path": "config-ref/application-load-balancer.md",
267
+ "docType": "config-ref",
268
+ "title": "Application Load Balancer",
269
+ "resourceType": "application-load-balancer",
270
+ "tags": [
271
+ "application-load-balancer",
272
+ "alb",
273
+ "load-balancer"
274
+ ],
275
+ "priority": 1
276
+ },
277
+ {
278
+ "path": "config-ref/application-load-balancer.md",
279
+ "docType": "config-ref",
280
+ "title": "Container Workload Load Balancer Integration",
281
+ "resourceType": "application-load-balancer",
282
+ "tags": [
283
+ "application-load-balancer",
284
+ "alb",
285
+ "load-balancer"
286
+ ],
287
+ "priority": 1
288
+ },
289
+ {
290
+ "path": "config-ref/astro-web.md",
291
+ "docType": "config-ref",
292
+ "title": "Astro Web",
293
+ "resourceType": "astro-web",
294
+ "tags": [
295
+ "astro-web",
296
+ "astro",
297
+ "astro.js"
298
+ ],
299
+ "priority": 1
300
+ },
301
+ {
302
+ "path": "config-ref/aws-cdk-construct.md",
303
+ "docType": "config-ref",
304
+ "title": "Aws Cdk Construct",
305
+ "resourceType": "aws-cdk-construct",
306
+ "tags": [
307
+ "aws-cdk-construct",
308
+ "cdk",
309
+ "construct"
310
+ ],
311
+ "priority": 1
312
+ },
313
+ {
314
+ "path": "config-ref/bastion.md",
315
+ "docType": "config-ref",
316
+ "title": "Bastion",
317
+ "resourceType": "bastion",
318
+ "tags": [
319
+ "bastion",
320
+ "jump-host",
321
+ "ssh"
322
+ ],
323
+ "priority": 1
324
+ },
325
+ {
326
+ "path": "config-ref/batch-job.md",
327
+ "docType": "config-ref",
328
+ "title": "Batch Job",
329
+ "resourceType": "batch-job",
330
+ "tags": [
331
+ "batch-job",
332
+ "batch",
333
+ "job",
334
+ "scheduled-job"
335
+ ],
336
+ "priority": 1
337
+ },
338
+ {
339
+ "path": "config-ref/bucket.md",
340
+ "docType": "config-ref",
341
+ "title": "Bucket",
342
+ "resourceType": "bucket",
343
+ "tags": [
344
+ "bucket",
345
+ "s3",
346
+ "storage",
347
+ "object-storage"
348
+ ],
349
+ "priority": 1
350
+ },
351
+ {
352
+ "path": "config-ref/cdn.md",
353
+ "docType": "config-ref",
354
+ "title": "Cdn Configuration",
355
+ "resourceType": "cdn",
356
+ "tags": [
357
+ "cdn",
358
+ "cloudfront",
359
+ "distribution"
360
+ ],
361
+ "priority": 1
362
+ },
363
+ {
364
+ "path": "config-ref/custom-resource.md",
365
+ "docType": "config-ref",
366
+ "title": "Custom Resource Definition",
367
+ "resourceType": "custom-resource",
368
+ "tags": [
369
+ "custom-resource",
370
+ "cloudformation-custom"
371
+ ],
372
+ "priority": 1
373
+ },
374
+ {
375
+ "path": "config-ref/deployment-script.md",
376
+ "docType": "config-ref",
377
+ "title": "Deployment Script",
378
+ "resourceType": "deployment-script",
379
+ "tags": [
380
+ "deployment-script",
381
+ "deploy-script",
382
+ "migration-script"
383
+ ],
384
+ "priority": 1
385
+ },
386
+ {
387
+ "path": "config-ref/dynamo-db-table.md",
388
+ "docType": "config-ref",
389
+ "title": "Dynamo Db Table",
390
+ "resourceType": "dynamo-db-table",
391
+ "tags": [
392
+ "dynamo-db-table",
393
+ "dynamodb",
394
+ "nosql",
395
+ "document-db"
396
+ ],
397
+ "priority": 1
398
+ },
399
+ {
400
+ "path": "config-ref/edge-lambda-function.md",
401
+ "docType": "config-ref",
402
+ "title": "Edge Lambda Function",
403
+ "resourceType": "edge-lambda-function",
404
+ "tags": [
405
+ "edge-lambda-function"
406
+ ],
407
+ "priority": 1
408
+ },
409
+ {
410
+ "path": "config-ref/efs-filesystem.md",
411
+ "docType": "config-ref",
412
+ "title": "Efs Filesystem",
413
+ "resourceType": "efs-filesystem",
414
+ "tags": [
415
+ "efs-filesystem",
416
+ "efs",
417
+ "filesystem",
418
+ "persistent-storage"
419
+ ],
420
+ "priority": 1
421
+ },
422
+ {
423
+ "path": "config-ref/event-bus.md",
424
+ "docType": "config-ref",
425
+ "title": "Event Bus",
426
+ "resourceType": "event-bus",
427
+ "tags": [
428
+ "event-bus",
429
+ "eventbridge",
430
+ "events"
431
+ ],
432
+ "priority": 1
433
+ },
434
+ {
435
+ "path": "config-ref/function.md",
436
+ "docType": "config-ref",
437
+ "title": "Lambda Function",
438
+ "resourceType": "function",
439
+ "tags": [
440
+ "function",
441
+ "lambda",
442
+ "serverless",
443
+ "faas"
444
+ ],
445
+ "priority": 1
446
+ },
447
+ {
448
+ "path": "config-ref/hosting-bucket.md",
449
+ "docType": "config-ref",
450
+ "title": "Hosting Bucket",
451
+ "resourceType": "hosting-bucket",
452
+ "tags": [
453
+ "hosting-bucket",
454
+ "static-site",
455
+ "static-website",
456
+ "spa"
457
+ ],
458
+ "priority": 1
459
+ },
460
+ {
461
+ "path": "config-ref/http-api-gateway.md",
462
+ "docType": "config-ref",
463
+ "title": "Http Api Gateway",
464
+ "resourceType": "http-api-gateway",
465
+ "tags": [
466
+ "http-api-gateway",
467
+ "api-gateway",
468
+ "apigateway",
469
+ "gateway",
470
+ "api"
471
+ ],
472
+ "priority": 1
473
+ },
474
+ {
475
+ "path": "config-ref/http-endpoint.md",
476
+ "docType": "config-ref",
477
+ "title": "Log Forwarding Base",
478
+ "resourceType": "http-endpoint",
479
+ "tags": [
480
+ "http-endpoint"
481
+ ],
482
+ "priority": 1
483
+ },
484
+ {
485
+ "path": "config-ref/kinesis-stream.md",
486
+ "docType": "config-ref",
487
+ "title": "Kinesis Stream",
488
+ "resourceType": "kinesis-stream",
489
+ "tags": [
490
+ "kinesis-stream",
491
+ "kinesis",
492
+ "streaming"
493
+ ],
494
+ "priority": 1
495
+ },
496
+ {
497
+ "path": "config-ref/mongo-db-atlas-cluster.md",
498
+ "docType": "config-ref",
499
+ "title": "Mongo Db Atlas Cluster",
500
+ "resourceType": "mongo-db-atlas-cluster",
501
+ "tags": [
502
+ "mongo-db-atlas-cluster",
503
+ "mongodb",
504
+ "mongo"
505
+ ],
506
+ "priority": 1
507
+ },
508
+ {
509
+ "path": "config-ref/multi-container-workload.md",
510
+ "docType": "config-ref",
511
+ "title": "Container Workload",
512
+ "resourceType": "multi-container-workload",
513
+ "tags": [
514
+ "multi-container-workload",
515
+ "multi-container",
516
+ "sidecar"
517
+ ],
518
+ "priority": 1
519
+ },
520
+ {
521
+ "path": "config-ref/network-load-balancer.md",
522
+ "docType": "config-ref",
523
+ "title": "Network Load Balancer",
524
+ "resourceType": "network-load-balancer",
525
+ "tags": [
526
+ "network-load-balancer",
527
+ "nlb"
528
+ ],
529
+ "priority": 1
530
+ },
531
+ {
532
+ "path": "config-ref/nextjs-web.md",
533
+ "docType": "config-ref",
534
+ "title": "Nextjs Web",
535
+ "resourceType": "nextjs-web",
536
+ "tags": [
537
+ "nextjs-web",
538
+ "nextjs",
539
+ "next.js",
540
+ "next",
541
+ "ssr"
542
+ ],
543
+ "priority": 1
544
+ },
545
+ {
546
+ "path": "config-ref/nuxt-web.md",
547
+ "docType": "config-ref",
548
+ "title": "Nuxt Web",
549
+ "resourceType": "nuxt-web",
550
+ "tags": [
551
+ "nuxt-web",
552
+ "nuxt",
553
+ "nuxt.js"
554
+ ],
555
+ "priority": 1
556
+ },
557
+ {
558
+ "path": "config-ref/open-search.md",
559
+ "docType": "config-ref",
560
+ "title": "Open Search Domain",
561
+ "resourceType": "open-search",
562
+ "tags": [
563
+ "open-search",
564
+ "opensearch",
565
+ "elasticsearch",
566
+ "elastic"
567
+ ],
568
+ "priority": 1
569
+ },
570
+ {
571
+ "path": "config-ref/private-service.md",
572
+ "docType": "config-ref",
573
+ "title": "Private Service",
574
+ "resourceType": "private-service",
575
+ "tags": [
576
+ "private-service",
577
+ "internal-service",
578
+ "vpc-service"
579
+ ],
580
+ "priority": 1
581
+ },
582
+ {
583
+ "path": "config-ref/redis-cluster.md",
584
+ "docType": "config-ref",
585
+ "title": "Redis Cluster",
586
+ "resourceType": "redis-cluster",
587
+ "tags": [
588
+ "redis-cluster",
589
+ "elasticache",
590
+ "redis",
591
+ "cache"
592
+ ],
593
+ "priority": 1
594
+ },
595
+ {
596
+ "path": "config-ref/relational-database.md",
597
+ "docType": "config-ref",
598
+ "title": "Relational Database",
599
+ "resourceType": "relational-database",
600
+ "tags": [
601
+ "relational-database",
602
+ "rds",
603
+ "postgres",
604
+ "postgresql",
605
+ "mysql",
606
+ "database",
607
+ "db",
608
+ "sql",
609
+ "aurora"
610
+ ],
611
+ "priority": 1
612
+ },
613
+ {
614
+ "path": "config-ref/remix-web.md",
615
+ "docType": "config-ref",
616
+ "title": "Remix Web",
617
+ "resourceType": "remix-web",
618
+ "tags": [
619
+ "remix-web",
620
+ "remix"
621
+ ],
622
+ "priority": 1
623
+ },
624
+ {
625
+ "path": "config-ref/sns-topic.md",
626
+ "docType": "config-ref",
627
+ "title": "Sns Topic",
628
+ "resourceType": "sns-topic",
629
+ "tags": [
630
+ "sns-topic",
631
+ "sns",
632
+ "notification",
633
+ "pubsub"
634
+ ],
635
+ "priority": 1
636
+ },
637
+ {
638
+ "path": "config-ref/solidstart-web.md",
639
+ "docType": "config-ref",
640
+ "title": "Solid Start Web",
641
+ "resourceType": "solidstart-web",
642
+ "tags": [
643
+ "solidstart-web",
644
+ "solidstart",
645
+ "solid"
646
+ ],
647
+ "priority": 1
648
+ },
649
+ {
650
+ "path": "config-ref/sqs-queue-not-empty.md",
651
+ "docType": "config-ref",
652
+ "title": "Alarm Definition Base",
653
+ "resourceType": "sqs-queue-not-empty",
654
+ "tags": [
655
+ "sqs-queue-not-empty"
656
+ ],
657
+ "priority": 1
658
+ },
659
+ {
660
+ "path": "config-ref/sqs-queue.md",
661
+ "docType": "config-ref",
662
+ "title": "Sqs Queue",
663
+ "resourceType": "sqs-queue",
664
+ "tags": [
665
+ "sqs-queue",
666
+ "sqs",
667
+ "queue",
668
+ "message-queue"
669
+ ],
670
+ "priority": 1
671
+ },
672
+ {
673
+ "path": "config-ref/state-machine.md",
674
+ "docType": "config-ref",
675
+ "title": "State Machine",
676
+ "resourceType": "state-machine",
677
+ "tags": [
678
+ "state-machine",
679
+ "step-functions",
680
+ "stepfunctions",
681
+ "workflow"
682
+ ],
683
+ "priority": 1
684
+ },
685
+ {
686
+ "path": "config-ref/sveltekit-web.md",
687
+ "docType": "config-ref",
688
+ "title": "Svelte Kit Web",
689
+ "resourceType": "sveltekit-web",
690
+ "tags": [
691
+ "sveltekit-web",
692
+ "sveltekit",
693
+ "svelte"
694
+ ],
695
+ "priority": 1
696
+ },
697
+ {
698
+ "path": "config-ref/tanstack-web.md",
699
+ "docType": "config-ref",
700
+ "title": "Tan Stack Web",
701
+ "resourceType": "tanstack-web",
702
+ "tags": [
703
+ "tanstack-web",
704
+ "tanstack",
705
+ "tanstack-start"
706
+ ],
707
+ "priority": 1
708
+ },
709
+ {
710
+ "path": "config-ref/upstash-redis.md",
711
+ "docType": "config-ref",
712
+ "title": "Upstash Redis",
713
+ "resourceType": "upstash-redis",
714
+ "tags": [
715
+ "upstash-redis",
716
+ "upstash"
717
+ ],
718
+ "priority": 1
719
+ },
720
+ {
721
+ "path": "config-ref/user-auth-pool.md",
722
+ "docType": "config-ref",
723
+ "title": "User Auth Pool",
724
+ "resourceType": "user-auth-pool",
725
+ "tags": [
726
+ "user-auth-pool",
727
+ "cognito",
728
+ "auth",
729
+ "authentication"
730
+ ],
731
+ "priority": 1
732
+ },
733
+ {
734
+ "path": "config-ref/web-app-firewall.md",
735
+ "docType": "config-ref",
736
+ "title": "Web App Firewall",
737
+ "resourceType": "web-app-firewall",
738
+ "tags": [
739
+ "web-app-firewall",
740
+ "waf",
741
+ "firewall"
742
+ ],
743
+ "priority": 1
744
+ },
745
+ {
746
+ "path": "config-ref/web-service.md",
747
+ "docType": "config-ref",
748
+ "title": "Web Service",
749
+ "resourceType": "web-service",
750
+ "tags": [
751
+ "web-service",
752
+ "container",
753
+ "docker",
754
+ "ecs",
755
+ "fargate",
756
+ "http-service"
757
+ ],
758
+ "priority": 1
759
+ },
760
+ {
761
+ "path": "config-ref/worker-service.md",
762
+ "docType": "config-ref",
763
+ "title": "Worker Service",
764
+ "resourceType": "worker-service",
765
+ "tags": [
766
+ "worker-service",
767
+ "background",
768
+ "worker",
769
+ "async-worker"
770
+ ],
771
+ "priority": 1
772
+ },
773
+ {
774
+ "path": "recipe/background-jobs.md",
775
+ "docType": "recipe",
776
+ "title": "Background Jobs",
777
+ "tags": [
778
+ "background",
779
+ "jobs",
780
+ "recipe"
781
+ ],
782
+ "priority": 1
783
+ },
784
+ {
785
+ "path": "recipe/database-migrations.md",
786
+ "docType": "recipe",
787
+ "title": "Database Migrations",
788
+ "tags": [
789
+ "database",
790
+ "migrations",
791
+ "recipe"
792
+ ],
793
+ "priority": 1
794
+ },
795
+ {
796
+ "path": "recipe/graphql-api.md",
797
+ "docType": "recipe",
798
+ "title": "GraphQL API",
799
+ "tags": [
800
+ "graphql",
801
+ "api",
802
+ "recipe"
803
+ ],
804
+ "priority": 1
805
+ },
806
+ {
807
+ "path": "recipe/monorepo-setup.md",
808
+ "docType": "recipe",
809
+ "title": "Monorepo Setup",
810
+ "tags": [
811
+ "monorepo",
812
+ "setup",
813
+ "recipe"
814
+ ],
815
+ "priority": 1
816
+ },
817
+ {
818
+ "path": "recipe/nextjs-full-stack.md",
819
+ "docType": "recipe",
820
+ "title": "Next.js Full-Stack",
821
+ "tags": [
822
+ "next.js",
823
+ "full-stack",
824
+ "recipe"
825
+ ],
826
+ "priority": 1
827
+ },
828
+ {
829
+ "path": "recipe/rest-api-with-database.md",
830
+ "docType": "recipe",
831
+ "title": "REST API + Database",
832
+ "tags": [
833
+ "rest",
834
+ "api",
835
+ "database",
836
+ "recipe"
837
+ ],
838
+ "priority": 1
839
+ },
840
+ {
841
+ "path": "recipe/scheduled-tasks.md",
842
+ "docType": "recipe",
843
+ "title": "Scheduled Tasks",
844
+ "tags": [
845
+ "scheduled",
846
+ "tasks",
847
+ "recipe"
848
+ ],
849
+ "priority": 1
850
+ },
851
+ {
852
+ "path": "recipe/static-website.md",
853
+ "docType": "recipe",
854
+ "title": "Static Website",
855
+ "tags": [
856
+ "static",
857
+ "website",
858
+ "recipe"
859
+ ],
860
+ "priority": 1
861
+ },
862
+ {
863
+ "path": "getting-started/console.md",
864
+ "docType": "getting-started",
865
+ "title": "Console",
866
+ "tags": [
867
+ "console",
868
+ "getting-started"
869
+ ],
870
+ "priority": 2
871
+ },
872
+ {
873
+ "path": "getting-started/deployment.md",
874
+ "docType": "getting-started",
875
+ "title": "Deployment",
876
+ "tags": [
877
+ "deployment",
878
+ "getting-started"
879
+ ],
880
+ "priority": 2
881
+ },
882
+ {
883
+ "path": "getting-started/dev-mode.md",
884
+ "docType": "getting-started",
885
+ "title": "Dev Mode",
886
+ "tags": [
887
+ "dev",
888
+ "mode",
889
+ "getting-started"
890
+ ],
891
+ "priority": 2
892
+ },
893
+ {
894
+ "path": "getting-started/how-it-works.md",
895
+ "docType": "getting-started",
896
+ "title": "How It Works",
897
+ "tags": [
898
+ "how",
899
+ "works",
900
+ "getting-started"
901
+ ],
902
+ "priority": 2
903
+ },
904
+ {
905
+ "path": "getting-started/intro.md",
906
+ "docType": "getting-started",
907
+ "title": "Introduction",
908
+ "tags": [
909
+ "introduction",
910
+ "getting-started"
911
+ ],
912
+ "priority": 2
913
+ },
914
+ {
915
+ "path": "getting-started/using-with-ai.md",
916
+ "docType": "getting-started",
917
+ "title": "Using with AI",
918
+ "tags": [
919
+ "using",
920
+ "with",
921
+ "getting-started"
922
+ ],
923
+ "priority": 2
924
+ },
925
+ {
926
+ "path": "getting-started/workflow.md",
927
+ "docType": "getting-started",
928
+ "title": "Workflow",
929
+ "tags": [
930
+ "workflow",
931
+ "getting-started"
932
+ ],
933
+ "priority": 2
934
+ },
935
+ {
936
+ "path": "troubleshooting/cloudformation-stack-states.md",
937
+ "docType": "troubleshooting",
938
+ "title": "CloudFormation Stack States",
939
+ "tags": [
940
+ "cloudformation",
941
+ "stack",
942
+ "states",
943
+ "troubleshooting"
944
+ ],
945
+ "priority": 2
946
+ },
947
+ {
948
+ "path": "cli-ref/aws-profile-create.md",
949
+ "docType": "cli-ref",
950
+ "title": "CLI: aws-profile:create",
951
+ "tags": [
952
+ "aws-profile:create",
953
+ "aws-profile",
954
+ "create"
955
+ ],
956
+ "priority": 3
957
+ },
958
+ {
959
+ "path": "cli-ref/aws-profile-delete.md",
960
+ "docType": "cli-ref",
961
+ "title": "CLI: aws-profile:delete",
962
+ "tags": [
963
+ "aws-profile:delete",
964
+ "aws-profile",
965
+ "delete"
966
+ ],
967
+ "priority": 3
968
+ },
969
+ {
970
+ "path": "cli-ref/aws-profile-list.md",
971
+ "docType": "cli-ref",
972
+ "title": "CLI: aws-profile:list",
973
+ "tags": [
974
+ "aws-profile:list",
975
+ "aws-profile",
976
+ "list"
977
+ ],
978
+ "priority": 3
979
+ },
980
+ {
981
+ "path": "cli-ref/aws-profile-update.md",
982
+ "docType": "cli-ref",
983
+ "title": "CLI: aws-profile:update",
984
+ "tags": [
985
+ "aws-profile:update",
986
+ "aws-profile",
987
+ "update"
988
+ ],
989
+ "priority": 3
990
+ },
991
+ {
992
+ "path": "cli-ref/bastion-session.md",
993
+ "docType": "cli-ref",
994
+ "title": "CLI: bastion:session",
995
+ "tags": [
996
+ "bastion:session",
997
+ "bastion",
998
+ "session"
999
+ ],
1000
+ "priority": 3
1001
+ },
1002
+ {
1003
+ "path": "cli-ref/bastion-tunnel.md",
1004
+ "docType": "cli-ref",
1005
+ "title": "CLI: bastion:tunnel",
1006
+ "tags": [
1007
+ "bastion:tunnel",
1008
+ "bastion",
1009
+ "tunnel"
1010
+ ],
1011
+ "priority": 3
1012
+ },
1013
+ {
1014
+ "path": "cli-ref/bucket-sync.md",
1015
+ "docType": "cli-ref",
1016
+ "title": "CLI: bucket:sync",
1017
+ "tags": [
1018
+ "bucket:sync",
1019
+ "bucket",
1020
+ "sync"
1021
+ ],
1022
+ "priority": 3
1023
+ },
1024
+ {
1025
+ "path": "cli-ref/cf-module-update.md",
1026
+ "docType": "cli-ref",
1027
+ "title": "CLI: cf-module:update",
1028
+ "tags": [
1029
+ "cf-module:update",
1030
+ "cf-module",
1031
+ "update"
1032
+ ],
1033
+ "priority": 3
1034
+ },
1035
+ {
1036
+ "path": "cli-ref/cf-rollback.md",
1037
+ "docType": "cli-ref",
1038
+ "title": "CLI: cf:rollback",
1039
+ "tags": [
1040
+ "cf:rollback",
1041
+ "cf",
1042
+ "rollback"
1043
+ ],
1044
+ "priority": 3
1045
+ },
1046
+ {
1047
+ "path": "cli-ref/codebuild-deploy.md",
1048
+ "docType": "cli-ref",
1049
+ "title": "CLI: codebuild:deploy",
1050
+ "tags": [
1051
+ "codebuild:deploy",
1052
+ "codebuild",
1053
+ "deploy"
1054
+ ],
1055
+ "priority": 3
1056
+ },
1057
+ {
1058
+ "path": "cli-ref/compile-template.md",
1059
+ "docType": "cli-ref",
1060
+ "title": "CLI: compile-template",
1061
+ "tags": [
1062
+ "compile-template"
1063
+ ],
1064
+ "priority": 3
1065
+ },
1066
+ {
1067
+ "path": "cli-ref/container-session.md",
1068
+ "docType": "cli-ref",
1069
+ "title": "CLI: container:session",
1070
+ "tags": [
1071
+ "container:session",
1072
+ "container",
1073
+ "session"
1074
+ ],
1075
+ "priority": 3
1076
+ },
1077
+ {
1078
+ "path": "cli-ref/debug-alarms.md",
1079
+ "docType": "cli-ref",
1080
+ "title": "CLI: debug:alarms",
1081
+ "tags": [
1082
+ "debug:alarms",
1083
+ "debug",
1084
+ "alarms"
1085
+ ],
1086
+ "priority": 3
1087
+ },
1088
+ {
1089
+ "path": "cli-ref/debug-aws-sdk.md",
1090
+ "docType": "cli-ref",
1091
+ "title": "CLI: debug:aws-sdk",
1092
+ "tags": [
1093
+ "debug:aws-sdk",
1094
+ "debug",
1095
+ "aws-sdk"
1096
+ ],
1097
+ "priority": 3
1098
+ },
1099
+ {
1100
+ "path": "cli-ref/debug-container-exec.md",
1101
+ "docType": "cli-ref",
1102
+ "title": "CLI: debug:container-exec",
1103
+ "tags": [
1104
+ "debug:container-exec",
1105
+ "debug",
1106
+ "container-exec"
1107
+ ],
1108
+ "priority": 3
1109
+ },
1110
+ {
1111
+ "path": "cli-ref/debug-dynamodb.md",
1112
+ "docType": "cli-ref",
1113
+ "title": "CLI: debug:dynamodb",
1114
+ "tags": [
1115
+ "debug:dynamodb",
1116
+ "debug",
1117
+ "dynamodb"
1118
+ ],
1119
+ "priority": 3
1120
+ },
1121
+ {
1122
+ "path": "cli-ref/debug-logs.md",
1123
+ "docType": "cli-ref",
1124
+ "title": "CLI: debug:logs",
1125
+ "tags": [
1126
+ "debug:logs",
1127
+ "debug",
1128
+ "logs"
1129
+ ],
1130
+ "priority": 3
1131
+ },
1132
+ {
1133
+ "path": "cli-ref/debug-metrics.md",
1134
+ "docType": "cli-ref",
1135
+ "title": "CLI: debug:metrics",
1136
+ "tags": [
1137
+ "debug:metrics",
1138
+ "debug",
1139
+ "metrics"
1140
+ ],
1141
+ "priority": 3
1142
+ },
1143
+ {
1144
+ "path": "cli-ref/debug-opensearch.md",
1145
+ "docType": "cli-ref",
1146
+ "title": "CLI: debug:opensearch",
1147
+ "tags": [
1148
+ "debug:opensearch",
1149
+ "debug",
1150
+ "opensearch"
1151
+ ],
1152
+ "priority": 3
1153
+ },
1154
+ {
1155
+ "path": "cli-ref/debug-redis.md",
1156
+ "docType": "cli-ref",
1157
+ "title": "CLI: debug:redis",
1158
+ "tags": [
1159
+ "debug:redis",
1160
+ "debug",
1161
+ "redis"
1162
+ ],
1163
+ "priority": 3
1164
+ },
1165
+ {
1166
+ "path": "cli-ref/debug-sql.md",
1167
+ "docType": "cli-ref",
1168
+ "title": "CLI: debug:sql",
1169
+ "tags": [
1170
+ "debug:sql",
1171
+ "debug",
1172
+ "sql"
1173
+ ],
1174
+ "priority": 3
1175
+ },
1176
+ {
1177
+ "path": "cli-ref/defaults-configure.md",
1178
+ "docType": "cli-ref",
1179
+ "title": "CLI: defaults:configure",
1180
+ "tags": [
1181
+ "defaults:configure",
1182
+ "defaults",
1183
+ "configure"
1184
+ ],
1185
+ "priority": 3
1186
+ },
1187
+ {
1188
+ "path": "cli-ref/defaults-list.md",
1189
+ "docType": "cli-ref",
1190
+ "title": "CLI: defaults:list",
1191
+ "tags": [
1192
+ "defaults:list",
1193
+ "defaults",
1194
+ "list"
1195
+ ],
1196
+ "priority": 3
1197
+ },
1198
+ {
1199
+ "path": "cli-ref/delete.md",
1200
+ "docType": "cli-ref",
1201
+ "title": "CLI: delete",
1202
+ "tags": [
1203
+ "delete"
1204
+ ],
1205
+ "priority": 3
1206
+ },
1207
+ {
1208
+ "path": "cli-ref/deploy.md",
1209
+ "docType": "cli-ref",
1210
+ "title": "CLI: deploy",
1211
+ "tags": [
1212
+ "deploy"
1213
+ ],
1214
+ "priority": 3
1215
+ },
1216
+ {
1217
+ "path": "cli-ref/deployment-script-run.md",
1218
+ "docType": "cli-ref",
1219
+ "title": "CLI: deployment-script:run",
1220
+ "tags": [
1221
+ "deployment-script:run",
1222
+ "deployment-script",
1223
+ "run"
1224
+ ],
1225
+ "priority": 3
1226
+ },
1227
+ {
1228
+ "path": "cli-ref/dev-stop.md",
1229
+ "docType": "cli-ref",
1230
+ "title": "CLI: dev:stop",
1231
+ "tags": [
1232
+ "dev:stop",
1233
+ "dev",
1234
+ "stop"
1235
+ ],
1236
+ "priority": 3
1237
+ },
1238
+ {
1239
+ "path": "cli-ref/dev.md",
1240
+ "docType": "cli-ref",
1241
+ "title": "CLI: dev",
1242
+ "tags": [
1243
+ "dev"
1244
+ ],
1245
+ "priority": 3
1246
+ },
1247
+ {
1248
+ "path": "cli-ref/domain-add.md",
1249
+ "docType": "cli-ref",
1250
+ "title": "CLI: domain:add",
1251
+ "tags": [
1252
+ "domain:add",
1253
+ "domain",
1254
+ "add"
1255
+ ],
1256
+ "priority": 3
1257
+ },
1258
+ {
1259
+ "path": "cli-ref/help.md",
1260
+ "docType": "cli-ref",
1261
+ "title": "CLI: help",
1262
+ "tags": [
1263
+ "help"
1264
+ ],
1265
+ "priority": 3
1266
+ },
1267
+ {
1268
+ "path": "cli-ref/info-operations.md",
1269
+ "docType": "cli-ref",
1270
+ "title": "CLI: info:operations",
1271
+ "tags": [
1272
+ "info:operations",
1273
+ "info",
1274
+ "operations"
1275
+ ],
1276
+ "priority": 3
1277
+ },
1278
+ {
1279
+ "path": "cli-ref/info-stack.md",
1280
+ "docType": "cli-ref",
1281
+ "title": "CLI: info:stack",
1282
+ "tags": [
1283
+ "info:stack",
1284
+ "info",
1285
+ "stack"
1286
+ ],
1287
+ "priority": 3
1288
+ },
1289
+ {
1290
+ "path": "cli-ref/info-stacks.md",
1291
+ "docType": "cli-ref",
1292
+ "title": "CLI: info:stacks",
1293
+ "tags": [
1294
+ "info:stacks",
1295
+ "info",
1296
+ "stacks"
1297
+ ],
1298
+ "priority": 3
1299
+ },
1300
+ {
1301
+ "path": "cli-ref/info-whoami.md",
1302
+ "docType": "cli-ref",
1303
+ "title": "CLI: info:whoami",
1304
+ "tags": [
1305
+ "info:whoami",
1306
+ "info",
1307
+ "whoami"
1308
+ ],
1309
+ "priority": 3
1310
+ },
1311
+ {
1312
+ "path": "cli-ref/init.md",
1313
+ "docType": "cli-ref",
1314
+ "title": "CLI: init",
1315
+ "tags": [
1316
+ "init"
1317
+ ],
1318
+ "priority": 3
1319
+ },
1320
+ {
1321
+ "path": "cli-ref/login.md",
1322
+ "docType": "cli-ref",
1323
+ "title": "CLI: login",
1324
+ "tags": [
1325
+ "login"
1326
+ ],
1327
+ "priority": 3
1328
+ },
1329
+ {
1330
+ "path": "cli-ref/logout.md",
1331
+ "docType": "cli-ref",
1332
+ "title": "CLI: logout",
1333
+ "tags": [
1334
+ "logout"
1335
+ ],
1336
+ "priority": 3
1337
+ },
1338
+ {
1339
+ "path": "cli-ref/mcp-add.md",
1340
+ "docType": "cli-ref",
1341
+ "title": "CLI: mcp:add",
1342
+ "tags": [
1343
+ "mcp:add",
1344
+ "mcp",
1345
+ "add"
1346
+ ],
1347
+ "priority": 3
1348
+ },
1349
+ {
1350
+ "path": "cli-ref/mcp.md",
1351
+ "docType": "cli-ref",
1352
+ "title": "CLI: mcp",
1353
+ "tags": [
1354
+ "mcp"
1355
+ ],
1356
+ "priority": 3
1357
+ },
1358
+ {
1359
+ "path": "cli-ref/org-create.md",
1360
+ "docType": "cli-ref",
1361
+ "title": "CLI: org:create",
1362
+ "tags": [
1363
+ "org:create",
1364
+ "org",
1365
+ "create"
1366
+ ],
1367
+ "priority": 3
1368
+ },
1369
+ {
1370
+ "path": "cli-ref/org-delete.md",
1371
+ "docType": "cli-ref",
1372
+ "title": "CLI: org:delete",
1373
+ "tags": [
1374
+ "org:delete",
1375
+ "org",
1376
+ "delete"
1377
+ ],
1378
+ "priority": 3
1379
+ },
1380
+ {
1381
+ "path": "cli-ref/org-list.md",
1382
+ "docType": "cli-ref",
1383
+ "title": "CLI: org:list",
1384
+ "tags": [
1385
+ "org:list",
1386
+ "org",
1387
+ "list"
1388
+ ],
1389
+ "priority": 3
1390
+ },
1391
+ {
1392
+ "path": "cli-ref/package-workloads.md",
1393
+ "docType": "cli-ref",
1394
+ "title": "CLI: package-workloads",
1395
+ "tags": [
1396
+ "package-workloads"
1397
+ ],
1398
+ "priority": 3
1399
+ },
1400
+ {
1401
+ "path": "cli-ref/param-get.md",
1402
+ "docType": "cli-ref",
1403
+ "title": "CLI: param:get",
1404
+ "tags": [
1405
+ "param:get",
1406
+ "param",
1407
+ "get"
1408
+ ],
1409
+ "priority": 3
1410
+ },
1411
+ {
1412
+ "path": "cli-ref/preview-changes.md",
1413
+ "docType": "cli-ref",
1414
+ "title": "CLI: preview-changes",
1415
+ "tags": [
1416
+ "preview-changes"
1417
+ ],
1418
+ "priority": 3
1419
+ },
1420
+ {
1421
+ "path": "cli-ref/project-create.md",
1422
+ "docType": "cli-ref",
1423
+ "title": "CLI: project:create",
1424
+ "tags": [
1425
+ "project:create",
1426
+ "project",
1427
+ "create"
1428
+ ],
1429
+ "priority": 3
1430
+ },
1431
+ {
1432
+ "path": "cli-ref/projects-list.md",
1433
+ "docType": "cli-ref",
1434
+ "title": "CLI: projects:list",
1435
+ "tags": [
1436
+ "projects:list",
1437
+ "projects",
1438
+ "list"
1439
+ ],
1440
+ "priority": 3
1441
+ },
1442
+ {
1443
+ "path": "cli-ref/rollback.md",
1444
+ "docType": "cli-ref",
1445
+ "title": "CLI: rollback",
1446
+ "tags": [
1447
+ "rollback"
1448
+ ],
1449
+ "priority": 3
1450
+ },
1451
+ {
1452
+ "path": "cli-ref/script-run.md",
1453
+ "docType": "cli-ref",
1454
+ "title": "CLI: script:run",
1455
+ "tags": [
1456
+ "script:run",
1457
+ "script",
1458
+ "run"
1459
+ ],
1460
+ "priority": 3
1461
+ },
1462
+ {
1463
+ "path": "cli-ref/secret-create.md",
1464
+ "docType": "cli-ref",
1465
+ "title": "CLI: secret:create",
1466
+ "tags": [
1467
+ "secret:create",
1468
+ "secret",
1469
+ "create"
1470
+ ],
1471
+ "priority": 3
1472
+ },
1473
+ {
1474
+ "path": "cli-ref/secret-delete.md",
1475
+ "docType": "cli-ref",
1476
+ "title": "CLI: secret:delete",
1477
+ "tags": [
1478
+ "secret:delete",
1479
+ "secret",
1480
+ "delete"
1481
+ ],
1482
+ "priority": 3
1483
+ },
1484
+ {
1485
+ "path": "cli-ref/secret-get.md",
1486
+ "docType": "cli-ref",
1487
+ "title": "CLI: secret:get",
1488
+ "tags": [
1489
+ "secret:get",
1490
+ "secret",
1491
+ "get"
1492
+ ],
1493
+ "priority": 3
1494
+ },
1495
+ {
1496
+ "path": "cli-ref/upgrade.md",
1497
+ "docType": "cli-ref",
1498
+ "title": "CLI: upgrade",
1499
+ "tags": [
1500
+ "upgrade"
1501
+ ],
1502
+ "priority": 3
1503
+ },
1504
+ {
1505
+ "path": "cli-ref/version.md",
1506
+ "docType": "cli-ref",
1507
+ "title": "CLI: version",
1508
+ "tags": [
1509
+ "version"
1510
+ ],
1511
+ "priority": 3
1512
+ }
1513
+ ]
1514
+ }