You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: