local-env-unsafe
Action
Read a local environment variable (UNENCRYPTED - dev only)
Syntax
$val = local-env-unsafe "GROQ-API-KEY"
get env var value unencrypted (returns null on error)
$val, $error = local-env-unsafe "GROQ-API-KEY"
get env var value unencrypted with error handling (kebab-case → SCREAMING_SNAKE_CASE)