Changes
- Devspace is now able to load environment variables from an
.env
file (likedocker-compose
) in the project folder (#1068) - You can now set default flags for devspace via the environment variable
DEVSPACE_FLAGS
, futhermore it is possible to set default flags for certain commands only with the environment variables in the form ofDEVSPACE_[COMMAND]_FLAGS
, e.g.DEVSPACE_BUILD_FLAGS
fordevspace build
,DEVSPACE_DEV_FLAGS
fordevspace dev
etc. (#1068) - Adds an option to force variables as string values with
$!{myvariable}
(by default, variables will now have the same type as their default value if it is defined in devspace.yaml) devspace use context/namespace/space
anddevspace create space
now resets the context & namespace for the project as well- Improved sync error messages if compressing or decompressing fails
Fixes
- Fixes an issue where
devspace enter
has no output in non shell environments - Fixes an issue where the wrong sync error message was displayed (#892)
- Fixes an issue where the default value of a variable was converted to an integer or boolean (#1069)
- Fixes an issue where defining variables in the command section was not possible and resulted in an error
silenced logger cannot ask questions