Skip to content

Commit c7df2be

Browse files
committed
x
1 parent bcf678e commit c7df2be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/docs/workers/configuration/multipart-upload-metadata.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you're using the [Workers Script Upload API](/api/resources/workers/subresour
2626

2727
:::note
2828

29-
See the [Workers API and IaC](/workers/get-started/api-iac) getting started guide for examples of this.
29+
See examples of this here: [Managing Workers](/workers/platform/managing-workers).
3030
:::
3131

3232
## Attributes

src/content/docs/workers/get-started/api-iac.mdx renamed to src/content/docs/workers/platform/managing-workers.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: API and IaC
2+
title: Managing Workers
33
pcx_content_type: concept
44
sidebar:
5-
order: 5
5+
order: 11
66
---
77

88
import { GitHubCode } from "~/components";
99

10-
Uploading and managing a Worker is easy with [Wrangler](/workers/wrangler/configuration), but sometimes you need to do it more programmatically. You might do this with IaC ("Infrastructure as Code") tools or by calling the [Cloudflare API](https://developers.cloudflare.com/api) directly. Use cases for the API include build and deploy scripts, CI/CD pipelines, custom dev tools, or testing. We provide API SDK libraries for common languages that make interacting with the API easier, such as [cloudflare-typescript](https://github.com/cloudflare/cloudflare-typescript). For IaC, a common tool is HashiCorp's Terraform. You can use the [Cloudflare Terraform Provider](/terraform) to create and manage Workers resources.
10+
Uploading and managing a Worker is easy with [Wrangler](/workers/wrangler/configuration), but sometimes you need to do it more programmatically or scalably. You might do this with IaC ("Infrastructure as Code") tools or by calling the [Cloudflare API](https://developers.cloudflare.com/api) directly. Use cases for the API include build and deploy scripts, CI/CD pipelines, custom dev tools, or testing. We provide API SDK libraries for common languages that make interacting with the API easier, such as [cloudflare-typescript](https://github.com/cloudflare/cloudflare-typescript). For IaC, a common tool is HashiCorp's Terraform. You can use the [Cloudflare Terraform Provider](/terraform) to create and manage Workers resources.
1111

1212
## Examples
1313

0 commit comments

Comments
 (0)