[Command] warden env start - Top-level object must be a mapping
Opened this issue · 0 comments
MichaelPereiraUK commented
Version of Warden
0.15.0
Operating System and Installation Method
Windows WSL
Describe the Bug
This commit acb0d1c removes the version: "3.5"
contents from the base environment files, however this has left some environment base files empty, and as such invalid YAML.
So running warden env start
for example on a wordpress or local environment resolves in the command line error - parsing .../warden/0.15.0/environments/local/local.base.yml: Top-level object must be a mapping
Could be resolved by adding something like services: {}
in place, but unsure on best approach as not familiar with the mechanics.
To Reproduce
No response
Expected Behavior
No response
Additional context
No response