Skip to content

Commit c1b50fa

Browse files
committed
smaller font
1 parent 86ad33b commit c1b50fa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/content/changelog/agents/2025-06-24-announcing-sandboxes.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,38 +24,38 @@ export default {
2424

2525
### Methods
2626

27-
#### `exec(command: string, args: string[], options?: { stream?: boolean })`
27+
##### `exec(command: string, args: string[], options?: { stream?: boolean })`
2828

2929
- Execute a command in the sandbox.
3030

31-
#### `gitCheckout(repoUrl: string, options: { branch?: string; targetDir?: string; stream?: boolean })`
31+
##### `gitCheckout(repoUrl: string, options: { branch?: string; targetDir?: string; stream?: boolean })`
3232

3333
- Checkout a git repository in the sandbox.
3434

35-
#### `mkdir(path: string, options: { recursive?: boolean; stream?: boolean })`
35+
##### `mkdir(path: string, options: { recursive?: boolean; stream?: boolean })`
3636

3737
- Create a directory in the sandbox.
3838

39-
#### `writeFile(path: string, content: string, options: { encoding?: string; stream?: boolean })`
39+
##### `writeFile(path: string, content: string, options: { encoding?: string; stream?: boolean })`
4040

4141
- Write content to a file in the sandbox.
4242

43-
#### `readFile(path: string, options: { encoding?: string; stream?: boolean })`
43+
##### `readFile(path: string, options: { encoding?: string; stream?: boolean })`
4444

4545
- Read content from a file in the sandbox.
4646

47-
#### `deleteFile(path: string, options?: { stream?: boolean })`
47+
##### `deleteFile(path: string, options?: { stream?: boolean })`
4848

4949
- Delete a file from the sandbox.
5050

51-
#### `renameFile(oldPath: string, newPath: string, options?: { stream?: boolean })`
51+
##### `renameFile(oldPath: string, newPath: string, options?: { stream?: boolean })`
5252

5353
- Rename a file in the sandbox.
5454

55-
#### `moveFile(sourcePath: string, destinationPath: string, options?: { stream?: boolean })`
55+
##### `moveFile(sourcePath: string, destinationPath: string, options?: { stream?: boolean })`
5656
- Move a file from one location to another in the sandbox.
5757

58-
#### `ping()`
58+
##### `ping()`
5959
- Ping the sandbox.
6060

6161
Sandboxes are still experimental. We're using them to explore how isolated, container-like workloads might scale on Cloudflare — and to help define the developer experience around them.

0 commit comments

Comments
 (0)