The current environment variables can be accessed viaDocumentation Index
Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt
Use this file to discover all available pages before exploring further.
process.env.
JSTime also exposes these variables via
JSTime.env, which is a simple alias of process.env.
To print all currently-set environment variables to the command line, run
jstime run env. This is useful for debugging.
See Docs > Runtime > Environment variables for more information on using environment variables with JSTime.