We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219050f commit ec3db66Copy full SHA for ec3db66
tools/getKeys.py
@@ -584,7 +584,7 @@ async def pull_secrets_from_vault(
584
for secret_key, value in secrets:
585
env_key = to_env_key(secret_key)
586
if env_key in keys and dotenv.get(env_key) != value:
587
- print(f" Updating {env_key}")
+ print(f" Updating {env_key[:3]}***")
588
dotenv[env_key] = value
589
updated += 1
590
0 commit comments