manifest yaml inherit

parent:

---
applications:
- name: foo
buildpack: teapot
child:

---
inherit: parent.yml
applications:
- name: foo
buildpack: kettle

Comments