Module cw_orch_core::env

source ·
Expand description

This regroups all env variables used by cw-orch-daemon. It allows for easier documentation and env variable management This is used to import environment variables with safe names (and at a centralized location) To get the env variable parsed value, you can use

use cw_orch_core::CoreEnvVars;
let env_variable = CoreEnvVars::artifacts_dir();

Structs§

Constants§