local-env
Action
Read and encrypt a local environment variable as RAHE credential
Syntax
$cred = local-env "GROQ-API-KEY"
get encrypted credential (returns null on error)
$cred, $error = local-env "GROQ-API-KEY"
get encrypted credential with error handling (kebab-case → SCREAMING_SNAKE_CASE)