Expand description
Utility functions for working with environment variables.
Constants§
- MICROSANDBOX_
HOME_ ENV_ VAR - Environment variable for the microsandbox home directory
- MSBRUN_
EXE_ ENV_ VAR - Environment variable for the msbrun binary path
- MSBSERVER_
EXE_ ENV_ VAR - Environment variable for the msbserver binary path
- OCI_
REGISTRY_ ENV_ VAR - Environment variable for the OCI registry domain
Functions§
- get_
microsandbox_ home_ path - Returns the path to the microsandbox home directory. If the MICROSANDBOX_HOME environment variable is set, returns that path. Otherwise, returns the default microsandbox home path.
- get_
oci_ registry - Returns the domain for the OCI registry. If the OCI_REGISTRY_DOMAIN environment variable is set, returns that value. Otherwise, returns the default OCI registry domain.