mattsouthern

Results 1 comments of mattsouthern

Additionally would be nice if combining `!reset` and yaml anchors like the following worked: **file1.yml** ``` x-common-anchors: app_name: &app_name app services: *app_name : image: myapp ports: - "8080:80" environment: FOO:...