qbec
qbec copied to clipboard
component dependency
I want a component dependency resolution. e.g. component A is dependent on component B, B must be applied before A. currently, it seems we can't define order of component apply. current workaround is to have multiple apply
# first apply
qbec apply -c component B
# second apply
qbec apply -C component B