chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:32:57 +08:00
commit cd420f9332
4811 changed files with 884702 additions and 0 deletions
@@ -0,0 +1,11 @@
---
title: "Get latest deployment"
openapi: "v3-openapi GET /api/v1/deployments/latest"
---
<Warning>
This endpoint only returns **unmanaged** deployments, which are used in self-hosted setups. It
will return `404` for standard CLI deployments made against Trigger.dev Cloud.
If you're using the CLI to deploy, use the [list deployments](/management/deployments/list) endpoint instead.
</Warning>
+5
View File
@@ -0,0 +1,5 @@
---
title: "List deployments"
description: "List all deployments for the authenticated environment, ordered by most recent first."
openapi: "v3-openapi GET /api/v1/deployments"
---
+4
View File
@@ -0,0 +1,4 @@
---
title: "Promote deployment"
openapi: "v3-openapi POST /api/v1/deployments/{version}/promote"
---
+4
View File
@@ -0,0 +1,4 @@
---
title: "Get deployment"
openapi: "v3-openapi GET /api/v1/deployments/{deploymentId}"
---