feat: support enum.ref in interactive prompts (#2927)

This commit is contained in:
Valentin Maerten
2026-08-03 22:20:10 +02:00
committed by GitHub
parent c5b977ccc1
commit 2e5106bf24
3 changed files with 62 additions and 1 deletions

View File

@@ -11,6 +11,9 @@
(#2184 by @jubr).
- Fixed `joinUrl` collapsing the `//` in a URL scheme (e.g. producing
`http:/localhost` instead of `http://localhost`) (#2915 by @vsaraikin).
- Added support for `enum.ref` in `--interactive` prompts. Required vars using
`enum.ref` now show the selection list like static enums, instead of falling
back to free-form input (#2817 by @vmaerten).
## v3.52.0 - 2026-07-02