oxyde-cloud-cli 0.3.7

CLI for the Oxyde Cloud
Documentation
1
2
3
4
5
6
7
8
9
10
[app]
slug = "{{ app_slug }}"

[env]
# Add environment variables here that are needed while running the app in the cloud

# For example for sqlx you probably need sth like the following. Please note that you can access the
{% raw %}# Oxyde Cloud Secret Store with the syntax `${{ secrets.SECRET_NAME }}`.
# DATABASE_URL = "postgresql://${{ secrets.DATABASE_CREDENTIALS }}@<host>:<port>/<database>"
{% endraw %}