Articles in this section

Where is my .upsun.app.yaml?

Those files will be visible locally only. You can however view the contents of that file through the PLATFORM_APPLICATION environment variable.

echo $PLATFORM_APPLICATION | base64 --decode | jq

And you can use jq to retrieve individual values set in that file

echo $PLATFORM_APPLICATION | base64 --decode | jq '.disk'
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.