Skip to content

Commit e6facaa

Browse files
authored
docs: clarify that parameter autofill requires experimental flag (coder#17546)
Update documentation to indicate that parameter autofill requires `--experiments=auto-fill-parameters` enabled Fixes coder#14673 --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent 03eeb01 commit e6facaa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/admin/templates/extending-templates/parameters.md

+9
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,15 @@ data "coder_parameter" "jetbrains_ide" {
376376
When the template doesn't specify default values, Coder may still autofill
377377
parameters.
378378
379+
You need to enable `auto-fill-parameters` first:
380+
381+
```shell
382+
coder server --experiments=auto-fill-parameters
383+
```
384+
385+
Or set the [environment variable](../../setup/index.md), `CODER_EXPERIMENTS=auto-fill-parameters`
386+
With the feature enabled:
387+
379388
1. Coder will look for URL query parameters with form `param.<name>=<value>`.
380389
This feature enables platform teams to create pre-filled template creation
381390
links.

0 commit comments

Comments
 (0)