root: replace poetry with uv (#13388)

This commit is contained in:
Marc 'risson' Schmitt
2025-03-19 17:29:18 +01:00
committed by GitHub
parent b6442c233d
commit 868261c883
18 changed files with 3856 additions and 6352 deletions

View File

@ -23,7 +23,7 @@ kubectl exec -it deployment/authentik-worker -c worker -- ak create_recovery_key
or, for CLI, run
```shell
poetry run ak create_recovery_key 10 akadmin
uv run ak create_recovery_key 10 akadmin
```
This will output a link, that can be used to instantly gain access to authentik as the user specified above. The link is valid for amount of years specified above, in this case, 10 years.