Hi, is there a way to retrieve the password of dat...
# ask-community
l
Hi, is there a way to retrieve the password of database? Specifically, I’d like to see the value of
PREFECT_API_DATABASE_PASSWORD
1
j
If you have it set you can use:
Copy code
prefect config view --show-secrets --show-defaults
if it's not set it's going to be None
l
Thank you so much. It worked.
🙌 1
Also curious. Where could I find the
--show-defaults
argument in the documentation?
or
prefect config view --help
l
Thank you. The
prefect config view --help
helps. The doc didn’t mention
--show-secrets
argument.
Oh. Sorry, I meant to ask where to find the
--show-secrets
argument, but I typed
--show-default
instead.
Anyway, problem solved. Thank you