8000 docs: clarify that parameter autofill requires experimental flag by EdwardAngert · Pull Request #17546 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: clarify that parameter autofill requires experimental flag #17546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 23, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update docs/admin/templates/extending-templates/parameters.md
  • Loading branch information
EdwardAngert authored Apr 23, 2025
commit 6871b097921c4bce695fb3a68b4e560ce8a744b9
2 changes: 1 addition & 1 deletion docs/admin/templates/extending-templates/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ You need to enable `auto-fill-parameters` first:
```shell
coder server --experiments=auto-fill-parameters
```

Or set the [environment variable](../../setup/index.md), `CODER_EXPERIMENTS=auto-fill-parameters`
With the feature enabled:

1. Coder will look for URL query parameters with form `param.<name>=<value>`.
Expand Down
Loading
0