Skip to main content

Mass Component Unlink

Remove a link between two components

Synopsis​

Unlink Two Components

Removes a design-time link between two components, identified by the fromComponent.fromField → toComponent.toField wiring. Existing connections in deployed environments are not affected until the next deployment.

Usage​

mass component unlink <from-component>.<from-field> <to-component>.<to-field>

Examples​

mass component unlink ecomm-db.authentication ecomm-app.database
mass component unlink <from-component>.<from-field> <to-component>.<to-field> [flags]

Examples​

mass component unlink ecomm-db.authentication ecomm-app.database

Options​

  -h, --help   help for unlink

SEE ALSO​