lifecycle/ak: Add manage support (#22176)

This commit is contained in:
Connor Peshek
2026-05-11 06:06:49 -05:00
committed by GitHub
parent 817bca9c7d
commit 7315d126d5
+4
View File
@@ -38,6 +38,10 @@ function run_authentik {
echo cargo run -- "$@"
fi
;;
manage)
shift 1
echo python -m manage "$@"
;;
*)
echo "$@"
;;