Skip to main content

PROFILE_ENV_VAR

Constant PROFILE_ENV_VAR 

Source
pub const PROFILE_ENV_VAR: &str = "OMNI_DEV_PROFILE";
Expand description

Environment variable that selects the active profile, mirroring AWS_PROFILE.

Read from the raw process environment only (never through the profile fallback, which would be circular); the --profile flag propagates its value here in Cli::propagate_global_flags.