add (5)

Attempts to add a component relationship to the component definition of the selected system(s). If multiple systems are selected, then component relationships will be added to all selected systems. Addition of component relationships is not transactional, meaning that if one system fails, others may succeed.

usage: cmri system component-relationship add --from <from_component> --to component1[,component2,...]

required arguments:

-f, --from

The name of the component that initiates the relationship.

-t, --to

A list of components that the provided from_component depends on. At least one is required.