Changes
- Improved environment flag parsing and commands like
DEVSPACE_ENTER_FLAGS=--namespace=test devspace --pod test enter
should work now correctly - Environment default flags can now be set for every command including subcommands (e.g.
devspace create space
-> DEVSPACE_CREATE_SPACE_FLAGS) - Fixes an issue where devspace was not correctly parsing command arguments (#977)
- Fixes a nil pointer in the docker authentification if no docker config exists (#1076)
- Fixes an issue where devspace was parsing
kustomize version
incorrectly for newer kustomize versions (#859)