Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/routes/docs/tooling/command-line/deployment/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ Here's a complete list of all configurable options in `appwrite.json`:
| `runtime` | string | Function runtime, must be enabled. [Learn more about runtimes](/docs/products/functions/runtimes#available-runtimes). |
| `path` | string | Path to folder containing the function's source code. |
| `entrypoint` | string | Entry point of the function relative to the folder specified in path. |
| `ignore` | array of strings | Files to ignore inside the function. [Learn more about ignoring files](/docs). |
| `ignore` | array of strings | Files from your source code that should be ignored when creating a deployment. |
| `execute` | array of strings | Grants execute permissions to users. [Learn more about role strings](/docs/apis/rest#permissions). |
| `events` | array of strings | Events that trigger the function to execute. [Learn more about events](/docs). |
| `events` | array of strings | Events that trigger the function to execute. [Learn more about events](/docs/advanced/platform/events). |
| `schedule` | string | Execute schedule for the function. [Learn more about scheduled executions](/docs/products/functions/execution#schedule). |
| `timeout` | int | Execution timeout of the function in seconds, with a maximum configurable limit of 900 seconds. |
| `variables` | JSON object | Variables provided to the function on execution stored as a key-value JSON object. |
Expand Down Expand Up @@ -160,4 +160,4 @@ Here's a complete list of all configurable options in `appwrite.json`:
| Option | Type | Description |
| --- | --- | --- |
| `$id` | string | Team ID. |
| `name` | string | Team Name. |
| `name` | string | Team Name. |