Skip to content

Commit c238fd8

Browse files
committed
docs: add TASK_INTERACTIVE environment variable documentation
1 parent e18422f commit c238fd8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

website/src/docs/reference/cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ Task automatically detects non-TTY environments (like CI pipelines) and
332332
skips prompts. This flag can also be set in `.taskrc.yml` to enable prompts
333333
by default.
334334

335+
- **Environment variable**: [`TASK_INTERACTIVE`](./environment.md#task-interactive)
336+
335337
```bash
336338
task deploy --interactive
337339
```

website/src/docs/reference/environment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ variables. The priority order is: CLI flags > environment variables > config fil
7575
- **Default**: `false`
7676
- **Description**: Assume "yes" as answer to all prompts
7777

78+
### `TASK_INTERACTIVE`
79+
80+
- **Type**: `boolean` (`true`, `false`, `1`, `0`)
81+
- **Default**: `false`
82+
- **Description**: Prompt for missing required variables
83+
7884
### `TASK_TEMP_DIR`
7985

8086
Defines the location of Task's temporary directory which is used for storing

0 commit comments

Comments
 (0)