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
When we deploy an app, we can choose which components of that app we want to process with the --component parameter. If we don't specify that bonfire will process all of them.
Sometimes it would be helpful also to have the option to exclude a component from deployment, for example, if that component is broken. In that case, it would be more convenient to say --exclude-component c1, instead of having to specify all components except c1 with --component c2 c3 c4
The text was updated successfully, but these errors were encountered:
When we deploy an app, we can choose which components of that app we want to process with the
--component
parameter. If we don't specify that bonfire will process all of them.Sometimes it would be helpful also to have the option to exclude a component from deployment, for example, if that component is broken. In that case, it would be more convenient to say
--exclude-component c1
, instead of having to specify all components exceptc1
with--component c2 c3 c4
The text was updated successfully, but these errors were encountered: