giritharan
Mon Feb 19 2024
Fly Secret Value Displaying Feature:
For that we have use below command:
• First Go the project in terminal and enter the
• Then you can see the what value you want using echo command. Ex:
We can able to see Fly secrets values from terminal
. From the Dashboard of fly we can't able to the secret value. But from the terminal we can able to the see secret value
.For that we have use below command:
• First Go the project in terminal and enter the
fly ssh console
. It redirects you to the fly application in remote.• Then you can see the what value you want using echo command. Ex:
echo $DATABASE_URL
. After entered like this it will display what is the value of the key. Likewise you can place what are ever key want to see.