Mass Component
mass component​
Manage components in a project's blueprint
Synopsis​
Components
A project contains a blueprint — the design-time architecture of your infrastructure. Components are the slots in that blueprint, each backed by a bundle. Links describe how one component's output wires into another component's input.
At deploy time, each environment materializes the blueprint into live instances and connections.
Use these commands to manage components and links in a project's blueprint:
mass component add— add a component to a projectmass component remove— remove a componentmass component link— link two components togethermass component unlink— remove a link
Options​
-h, --help help for component
SEE ALSO​
- mass - Massdriver Cloud CLI
- mass component add - Add a component to a project's blueprint
- mass component link - Link two components in a project's blueprint
- mass component remove - Remove a component from a project's blueprint
- mass component unlink - Remove a link between two components
- mass component update - Update a component's name, description, or attributes