qbec icon indicating copy to clipboard operation
qbec copied to clipboard

component dependency

Open M0roSan opened this issue 3 years ago • 0 comments

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

M0roSan avatar Oct 29 '21 18:10 M0roSan