From 378a0c0583189f89243f23f845fdd14bbaf3fbaf Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Fri, 8 Aug 2025 09:53:39 +0200 Subject: [PATCH] remove context --- website/src/docs/reference/templating.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/src/docs/reference/templating.md b/website/src/docs/reference/templating.md index 243d41c8..2c175fe7 100644 --- a/website/src/docs/reference/templating.md +++ b/website/src/docs/reference/templating.md @@ -97,7 +97,7 @@ tasks: Task provides special variables that are always available in templates. These override any user-defined variables with the same name. -### CLI Context +### CLI #### `CLI_ARGS` - **Type**: `string` @@ -153,7 +153,7 @@ tasks: - **Type**: `bool` - **Description**: Whether `--offline` flag was set -### Task Context +### Task #### `TASK` - **Type**: `string` @@ -216,7 +216,7 @@ tasks: - echo "Working: {{.USER_WORKING_DIR}}" ``` -### Status Context +### Status #### `CHECKSUM` - **Type**: `string` @@ -238,7 +238,7 @@ tasks: - echo "{{.CHECKSUM}}" > .last-checksum ``` -### Loop Context +### Loop #### `ITEM` - **Type**: `any` @@ -264,7 +264,7 @@ tasks: cmd: echo "Hello {{.NAME}}" ``` -### Defer Context +### Defer #### `EXIT_CODE` - **Type**: `int` @@ -282,7 +282,7 @@ tasks: {{end}} ``` -### System Context +### System #### `TASK_VERSION` - **Type**: `string`