Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03eeb01 commit e6facaaCopy full SHA for e6facaa
docs/admin/templates/extending-templates/parameters.md
@@ -376,6 +376,15 @@ data "coder_parameter" "jetbrains_ide" {
376
When the template doesn't specify default values, Coder may still autofill
377
parameters.
378
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
388
1. Coder will look for URL query parameters with form `param.<name>=<value>`.
389
This feature enables platform teams to create pre-filled template creation
390
links.
0 commit comments