[go: up one dir, main page]

Module environment

Module environment 

Source
Expand description

Environment management for cuenv

This module handles environment variables from CUE configurations, including extraction, propagation, and environment-specific overrides.

Structs§

Env
Environment configuration with environment-specific overrides Based on schema/env.cue
EnvVarWithPolicies
Environment variable with optional access policies
Environment
Runtime environment variables for task execution
Policy
Policy for controlling environment variable access

Enums§

EnvValue
Environment variable values can be strings, integers, booleans, secrets, or values with policies When exported to actual environment, these will always be strings
EnvValueSimple
Simple environment variable values (non-recursive)