From 09e2b37332e9d5e3189e17f9c254b319a0185808 Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 29 Oct 2025 13:18:37 -0400 Subject: [PATCH] add gen_key command --- abra.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/abra.sh b/abra.sh index 2168a96..3797c79 100644 --- a/abra.sh +++ b/abra.sh @@ -41,3 +41,12 @@ setup_db() { echo "Database setup complete. <3" } + +gen_key() { + file_env "DB_PASSWORD" + file_env "CRYPTO_KEY" + file_env "SECRET_KEY" + file_env "LDAP_BIND_PASSWORD" + + flask cryptokey create +} \ No newline at end of file