Lyz
Lyz
Hi @mdeweerd thank you for taking the time to open an issue. Sadly giving support to Windows is not on my menu, but if you want to make a PR...
Hi @kinderlars thanks for taking the time to open the issue. As far as I remember there is not yet such a functionality built into the tool, but it would...
You can probably use `project_root/dir/subdir/*` but I'm not sure :S
Thanks to @GLeurquin you can now use `--exclude` and `--include` since `1.11.0`
Hi @MenSeb both suggestions look good to me to be implemented. I won't have time thought to do it, but I'll review any PR in this regard :)
I've gathered a small example using @Yajo 's method [here](https://lyz-code.github.io/blue-book/coding/python/prompt_toolkit/#using-pexpect) in case anyone is as lost as I was some hours ago.
@DrummyFloyd if you open the network tab of your browser, when you edit a prompt stage you'll see a request to `/api/v3/stages/prompt/prompts/` who's result gives you the data you need....
Until this issue is closed you can recreate the fields you need with something like: ```terraform resource "authentik_stage_prompt" "user_data" { name = "enrollment-user-data-prompt" fields = [ authentik_stage_prompt_field.username.id, authentik_stage_prompt_field.name.id, authentik_stage_prompt_field.email.id, authentik_stage_prompt_field.password.id,...
@berrnd shouldn't this issue be closed? I think it's already supported
I'm also facing this situation, does anyone have a suggestion on how to proceed?