Setting secrets
For setting sensitive information (such as API keys or database credentials) to be accessed within your fal functions you can use the fal secrets
CLI interface.
Any secret that is set will be exposed to all functions running from your user, and can be accessible as if they are regular environment variables.
You can also list the secrets you have through the CLI, but the values will be hidden for security reasons.
To omit a secret from being present in new runs, you can simply delete it through the CLI: