Skip to main content

🗑 Removing Bricks

🚀 Overview

Installed bricks can be uninstalled via the remove command.

🗂 Local

We can uninstall a brick in a local workspace by running mason remove followed by the brick name:

mason remove example
✓ Removed example (22ms)

The above command will uninstall the example brick in the current workspace.

🌎 Global

We can uninstall a global brick by adding the --global (-g for short) flag:

mason remove -g widget
✓ Removed widget (21ms)